We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68daa9f commit 493acccCopy full SHA for 493accc
doc/source/conf.py
@@ -29,7 +29,7 @@
29
# import data from pyproject.toml using https://github.com/sphinx-toolbox/sphinx-pyproject
30
# additional data can be added with `[tool.sphinx-pyproject]` and retrieved with `config['']`.
31
config = SphinxConfig(
32
- "../../pyproject.toml", style="poetry"
+ "../../pyproject.toml",
33
) # add `, globalns=globals()` to directly insert in namespace
34
year = time.strftime("%Y")
35
startyear = "2016"
0 commit comments