Skip to content

Commit

Permalink
try just using own fork of theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Scott committed Oct 23, 2020
1 parent b96c37e commit b9be825
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "_themes/sphinx_rtd_theme"]
path = _themes/sphinx_rtd_theme
url = https://github.com/kimberscott/sphinx_rtd_theme
1 change: 1 addition & 0 deletions _themes/sphinx_rtd_theme
Submodule sphinx_rtd_theme added at e2b60d
6 changes: 1 addition & 5 deletions app/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@
# ones.
extensions = []

import sphinx_rtd_theme
extensions = [
"sphinx_rtd_theme",
]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['../_templates']

Expand All @@ -52,6 +47,7 @@
# a list of builtin themes.
#
html_theme = "sphinx_rtd_theme"
html_theme_path = ["../_themes"]

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down

0 comments on commit b9be825

Please sign in to comment.