Skip to content

Commit a6abd02

Browse files
committed
update html template for docs to fix multiple h1 issue
1 parent c7a6768 commit a6abd02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ with-flask:
3838
pip3 install -e .[flask]
3939

4040
build-docs:
41-
rm -rf html && pdoc --html supertokens_python
41+
rm -rf html && pdoc --html supertokens_python --template-dir docs-templates

docs-templates/html.mako

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@
299299
<%include file="_lunr_search.inc.mako"/>
300300
% endif
301301
302-
<h1>Index</h1>
302+
<h2>Index</h2>
303303
${extract_toc(module.docstring) if extract_module_toc_into_sidebar else ''}
304304
<ul id="index">
305305
% if supermodule:

0 commit comments

Comments
 (0)