Skip to content

Commit

Permalink
sphinx_pdj_theme
Browse files Browse the repository at this point in the history
  • Loading branch information
QianC95 committed Oct 21, 2024
1 parent 5bd4794 commit 43e664f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Binary file added esbonioenv/Scripts/python.exe
Binary file not shown.
6 changes: 4 additions & 2 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

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

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

# 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 43e664f

Please sign in to comment.