Skip to content

Commit

Permalink
groundwork-sphinx-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
QianC95 committed Oct 21, 2024
1 parent c0d71d9 commit 5d591b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))
import sphinx_pdj_theme
#import sphinx_pdj_theme

# -- Project information -----------------------------------------------------

Expand Down Expand Up @@ -52,8 +52,9 @@
#html_theme = 'alabaster'
#html_theme = 'python_docs_theme'
#html_theme = 'renku' #Build Failed! 09 Sep 2024
html_theme = 'sphinx_pdj_theme'
html_theme_path = [sphinx_pdj_theme.get_html_theme_path()]
#html_theme = 'sphinx_pdj_theme'
#html_theme_path = [sphinx_pdj_theme.get_html_theme_path()]
html_theme = 'groundwork-sphinx-theme'

# 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
3 changes: 2 additions & 1 deletion source/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
myst-parser
renku-sphinx-theme
sphinx_pdj_theme
sphinx_pdj_theme
groundwork-sphinx-theme

0 comments on commit 5d591b9

Please sign in to comment.