Skip to content

Commit

Permalink
move sphinx rtd theme to conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kip Hart committed Dec 29, 2023
1 parent 25da08c commit 636fa58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,3 @@ build:
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py

python:
install: [sphinx_rtd_theme]
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
'sphinx.ext.autodoc',
'sphinx.ext.napoleon',
'sphinx.ext.mathjax',
'sphinx.ext.viewcode'
'sphinx.ext.viewcode',
'sphinx_rtd_theme',
]

# Suppress "WARNING: unknown mimetype for ..."
Expand Down

0 comments on commit 636fa58

Please sign in to comment.