Skip to content

Commit c68a5ae

Browse files
committed
add sphinx_rtd_theme to extensions
1 parent 2344ce1 commit c68a5ae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.readthedocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,5 @@ formats: all
2020

2121
# Optionally set the version of Python and requirements required to build your docs
2222
python:
23-
version: 3.7
2423
install:
2524
- requirements: docs/requirements-docs.txt

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929

3030
# Add any Sphinx extension module names here, as strings. They can be extensions
3131
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
32-
extensions = ['sphinx.ext.autodoc',
32+
extensions = ['sphinx_rtd_theme',
33+
'sphinx.ext.autodoc',
3334
'sphinx.ext.coverage',
3435
'sphinx.ext.viewcode',
3536
'sphinx.ext.autosummary',

0 commit comments

Comments
 (0)