Skip to content

Commit

Permalink
Update conf.in.py (#189)
Browse files Browse the repository at this point in the history
* Update conf.in.py

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Revert removal of the display_version option

The build passes regardless of this option, and it will probably be reinstated by sphinx-rtd-theme for self-hosted projects.

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
DelazJ and pre-commit-ci[bot] authored Dec 1, 2024
1 parent d1e5120 commit af2032a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.in.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
] # , 'rinoh.frontend.sphinx'], 'sphinx_autodoc_typehints'

# The suffix of source filenames.
source_suffix = ".rst"
source_suffix = {".rst": "restructuredtext"}

# The master toctree document.
master_doc = "index"
Expand Down

0 comments on commit af2032a

Please sign in to comment.