Skip to content

Commit ee54407

Browse files
committed
file
1 parent 5ecde89 commit ee54407

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sphinx_pdj_theme==0.1.6
1+
sphinx_pdj_theme==0.1.6

source/conf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ def setup(app):
2626
# Options for HTML Output
2727
# =======================
2828

29-
html_theme = 'sphinx_pdj_theme'
30-
import sphinx_pdj_theme
31-
html_theme_path = [sphinx_pdj_theme.get_html_theme_path()]
29+
html_theme = 'sphinx_rtd_theme'
3230

3331
html_static_path = ['_static']
3432

0 commit comments

Comments
 (0)