We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d283f commit 42f7fadCopy full SHA for 42f7fad
docs/source/conf.py
@@ -23,9 +23,5 @@
23
# -- Options for HTML output -------------------------------------------------
24
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
25
26
-html_theme = "alabaster"
+html_theme = "furo"
27
html_static_path = ["_static"]
28
-html_theme_options = {
29
- "show_relbar_top": False,
30
- "show_relbar_bottom": True,
31
-}
pyproject.toml
@@ -45,6 +45,12 @@ dependencies = [
45
"wagtail",
46
]
47
48
+[project.optional-dependencies]
49
+docs = [
50
+ "furo",
51
+ "sphinx-copybutton",
52
+]
53
+
54
[project.scripts]
55
dm = "django_mongodb_cli:dm"
56
0 commit comments