Thanks to visit codestin.com Credit goes to github.com
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 7f06750 commit 944a351Copy full SHA for 944a351
1 file changed
doc/conf.py
@@ -38,6 +38,23 @@
38
39
html_theme = 'alabaster'
40
41
+html_theme_options = {
42
+ "description": "Backported and experimental type hints for Python",
43
+ # Make the sidebar "sticky" so that is stays visible when scrolling.
44
+ # Also makes the sidebar appear at the top of the page on mobile.
45
+ "fixed_sidebar": True,
46
+}
47
+
48
+html_sidebars = {
49
+ '**': [
50
+ 'about.html',
51
+ 'searchfield.html',
52
+ 'localtoc.html',
53
+ ]
54
55
56
+# Don't include object entries (e.g. functions, classes) in the table of contents.
57
+toc_object_entries = False
58
59
class MyTranslator(HTML5Translator):
60
"""Adds a link target to name without `typing_extensions.` prefix."""
0 commit comments