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 77c3a50 commit 6e61aa7Copy full SHA for 6e61aa7
Pipfile
@@ -7,6 +7,7 @@ name = "pypi"
7
sphinx = "*"
8
sphinx-copybutton = "*"
9
sphinx-sitemap-lextudio = "*"
10
+sphinx-notfound-page = "*"
11
furo = "*"
12
13
[dev-packages]
conf.py
@@ -33,9 +33,12 @@
33
extensions = [
34
'sphinx.ext.intersphinx',
35
'sphinx_sitemap',
36
- 'sphinx_copybutton'
+ 'sphinx_copybutton',
37
+ 'notfound.extension',
38
]
39
40
+notfound_urls_prefix = "/phpmanager/"
41
+
42
html_baseurl = "https://docs.lextudio.com/phpmanager/"
43
sitemap_url_scheme = "{link}"
44
sitemap_suffix_included = False
0 commit comments