Skip to content

Commit

Permalink
add sphinx github pages extension
Browse files Browse the repository at this point in the history
  • Loading branch information
SchawnnDev committed Mar 18, 2024
1 parent 721f834 commit ba501ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

extensions = []
extensions = [
'sphinx.ext.githubpages'
]

templates_path = ['_templates']
exclude_patterns = []
Expand Down

0 comments on commit ba501ba

Please sign in to comment.