File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ version: 2
77
88# Set the version of Python and other tools you might need
99build :
10- os : ubuntu-22.04
10+ os : " ubuntu-22.04"
1111 tools :
12- python : " 3.10 "
12+ python : " 3.11 "
1313 # You can also specify other tool versions:
1414 # nodejs: "19"
1515 # rust: "1.64"
Original file line number Diff line number Diff line change 11sphinx_mdinclude
2+ sphinx_rtd_theme
Original file line number Diff line number Diff line change 66# -- Project information -----------------------------------------------------
77# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
88
9- project = "e3dc"
9+ project = "python- e3dc"
1010copyright = "2023, see AUTHORS file"
1111author = "see AUTHORS file"
1212
2020 "sphinx.ext.autodoc" ,
2121 "sphinx_rtd_theme" ,
2222 "sphinx_mdinclude" ,
23+ "sphinx.ext.napoleon" ,
2324]
2425
2526templates_path = ["_templates" ]
3132# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
3233
3334html_theme = "sphinx_rtd_theme"
34- html_static_path = ["_static" ]
35+ # html_static_path = ["_static"]
3536
3637# -- Options for todo extension ----------------------------------------------
3738# https://www.sphinx-doc.org/en/master/usage/extensions/todo.html#configuration
Original file line number Diff line number Diff line change 1- .. e3dc documentation master file, created by
1+ .. python- e3dc documentation master file, created by
22 sphinx-quickstart on Sat Feb 11 10:32:00 2023.
33 You can adapt this file completely to your liking, but it should at least
44 contain the root `toctree` directive.
55
6- Welcome to e3dc's documentation!
6+ Welcome to python- e3dc's documentation!
77================================
88
99.. mdinclude :: ../../README.md
You can’t perform that action at this time.
0 commit comments