chore: assign new namespace
This commit is contained in:
parent
c02d579f9e
commit
e38eafc1ac
21 changed files with 0 additions and 0 deletions
13
src/sphinx_theme_ref/page.html
Normal file
13
src/sphinx_theme_ref/page.html
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{#
|
||||
basic/page.html
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
Master template for simple pages.
|
||||
|
||||
:copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
|
||||
:license: BSD, see LICENSE for details.
|
||||
#}
|
||||
{%- extends "layout.html" %}
|
||||
{% block body %}
|
||||
{{ body }}
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue