Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
yaooqinn committed Nov 30, 2021
1 parent 2c70312 commit 9e95eb7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
# Currently, the supported themes are:
# - Bootstrap 2: https://bootswatch.com/2
# - Bootstrap 3: https://bootswatch.com/3
'bootswatch_theme': "Superhero",
'bootswatch_theme': "Slate",

# Choose Bootstrap version.
# Values: "3" (default) or "2" (in quotes)
Expand All @@ -178,4 +178,6 @@ def setup(app):
'enable_eval_rst': True,
}, True)
app.add_stylesheet("https://bootswatch.com/3/superhero/bootstrap.min.css")
app.add_stylesheet("https://bootswatch.com/3/darkly/bootstrap.min.css")
app.add_stylesheet("https://bootswatch.com/3/slate/bootstrap.min.css")
app.add_transform(AutoStructify)

0 comments on commit 9e95eb7

Please sign in to comment.