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 7896a9a commit a118b1aCopy full SHA for a118b1a
docs/conf.py
@@ -17,6 +17,7 @@
17
fh.write("Documentation for this project has moved to https://kislyuk.github.io/" + project)
18
else:
19
import guzzle_sphinx_theme
20
+
21
html_theme_path = guzzle_sphinx_theme.html_theme_path()
22
html_theme = "guzzle_sphinx_theme"
23
html_theme_options = {
@@ -28,6 +29,6 @@
28
29
"logo-text.html",
30
# "globaltoc.html",
31
"localtoc.html",
- "searchbox.html"
32
+ "searchbox.html",
33
]
34
}
ensure/_types.py
@@ -1,4 +1,3 @@
1
-
2
from six import add_metaclass
3
4
0 commit comments