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 c7a6768 commit a6abd02Copy full SHA for a6abd02
Makefile
@@ -38,4 +38,4 @@ with-flask:
38
pip3 install -e .[flask]
39
40
build-docs:
41
- rm -rf html && pdoc --html supertokens_python
+ rm -rf html && pdoc --html supertokens_python --template-dir docs-templates
docs-templates/html.mako
@@ -299,7 +299,7 @@
299
<%include file="_lunr_search.inc.mako"/>
300
% endif
301
302
- <h1>Index</h1>
+ <h2>Index</h2>
303
${extract_toc(module.docstring) if extract_module_toc_into_sidebar else ''}
304
<ul id="index">
305
% if supermodule:
0 commit comments