Skip to content

Commit

Permalink
Sphinx tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtv committed Mar 24, 2024
1 parent 5dedb0d commit 1465d95
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
# ones.
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.doctest',
]

# Add any paths that contain templates here, relative to this directory.
Expand All @@ -50,8 +49,8 @@
# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
#
# source_suffix = ['.rst', '.md']
source_suffix = '.rst'
# source_suffix = '.rst'
source_suffix = ['.rst', '.md']

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

0 comments on commit 1465d95

Please sign in to comment.