Build sphinx doc as part of ci

This commit is contained in:
Bastien Gérard
2020-11-06 21:42:12 +01:00
committed by Bastien Gerard
parent fd35df07c4
commit 0e9920b190
4 changed files with 36 additions and 10 deletions

View File

@@ -26,7 +26,7 @@ sys.path.insert(0, os.path.abspath(".."))
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ["sphinx.ext.autodoc", "sphinx.ext.todo"]
extensions = ["sphinx.ext.autodoc", "sphinx.ext.todo", "readthedocs_ext.readthedocs"]
# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]