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 1a21f8d commit e57b674Copy full SHA for e57b674
doc/conf.py
@@ -44,9 +44,11 @@
44
release = '<unknown>'
45
today = '<unknown date>'
46
47
-html_theme = 'sphinx_rtd_theme'
+html_theme = 'insipid'
48
html_domain_indices = False
49
html_show_copyright = False
50
+html_add_permalinks = '\N{SECTION SIGN}'
51
+html_copy_source = False
52
53
latex_elements = {
54
'papersize': 'a4paper',
doc/requirements.txt
@@ -1,3 +1,2 @@
1
+insipid-sphinx-theme
2
pa-ringbuffer
-sphinx_rtd_theme
3
-sphinx>=2
0 commit comments