Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sphinx==7.2.6
sphinx_rtd_theme==2.0.0
sphinxcontrib-apidoc
readthedocs-sphinx-search==0.3.2
recommonmark==0.7.1
myst-parser
jinja2==3.1.6

# needed for sphinxcontrib-apidoc to do its thing
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@

templates_path = ['_templates']
exclude_patterns = ['build']
source_suffix = '.rst'
source_suffix = {'.rst': 'restructuredtext'}
master_doc = 'index'
language = 'en'
exclude_patterns = []
pygments_style = None

extensions = [
'recommonmark',
'myst_parser',
'sphinx.ext.autodoc',
'sphinx.ext.coverage',
'sphinx.ext.doctest',
Expand Down