Skip to content

Commit

Permalink
Merge pull request #438 from OmarAI2003/Fix_docs_build
Browse files Browse the repository at this point in the history
building the docs based on the modules in requirements.txt
  • Loading branch information
andrewtavis authored Oct 19, 2024
2 parents bf58809 + 514f60b commit 698fe09
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
# ones.
extensions = [
# "m2r2",
"recommonmark",
"sphinx.ext.autodoc",
"numpydoc",
"sphinx.ext.viewcode",
Expand Down Expand Up @@ -78,11 +77,8 @@
# You can specify multiple suffix as a list of string:
#
# source_suffix = ['.rst', '.md']
# source_suffix = ".rst"
source_suffix = {
".rst": "restructuredtext",
".md": "markdown",
}
source_suffix = ".rst"


# The master toctree document.
master_doc = "index"
Expand All @@ -96,7 +92,7 @@
html_theme = "sphinx_rtd_theme"

# html_theme_path = [sphinx_rtd_theme]
html_theme_path = []
# html_theme_path = []

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand Down Expand Up @@ -184,7 +180,7 @@
html_logo = "_static/ScribeDataLogo.png"
html_theme_options = {
"logo_only": True,
# "display_version": True,
"display_version": True,
}

# Adding favicon to the docs.
Expand Down

0 comments on commit 698fe09

Please sign in to comment.