Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiphoseer committed Oct 19, 2023
1 parent 9d831e7 commit 0fafe6b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,10 @@
# a list of builtin themes.
#

html_theme = "sphinx_rtd_theme"
if not on_rtd: # only import and set the theme if we're building docs locally
import sphinx_rtd_theme
html_theme = 'sphinx_rtd_theme'
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
else:
html_theme = 'default'


explorer_base_url = 'https://explorer.lu/'
wiki_base_url = 'https://legouniverse.fandom.com/wiki/'
Expand Down

0 comments on commit 0fafe6b

Please sign in to comment.