We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2344ce1 commit c68a5aeCopy full SHA for c68a5ae
2 files changed
.readthedocs.yml
@@ -20,6 +20,5 @@ formats: all
20
21
# Optionally set the version of Python and requirements required to build your docs
22
python:
23
- version: 3.7
24
install:
25
- requirements: docs/requirements-docs.txt
docs/source/conf.py
@@ -29,7 +29,8 @@
29
30
# Add any Sphinx extension module names here, as strings. They can be extensions
31
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
32
-extensions = ['sphinx.ext.autodoc',
+extensions = ['sphinx_rtd_theme',
33
+ 'sphinx.ext.autodoc',
34
'sphinx.ext.coverage',
35
'sphinx.ext.viewcode',
36
'sphinx.ext.autosummary',
0 commit comments