Skip to content

Commit 3368996

Browse files
committed
Add a test site for the center footer
1 parent d9d354f commit 3368996

File tree

5 files changed

+47
-0
lines changed

5 files changed

+47
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<span>Hello World</span>
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
"""Test conf file."""
2+
3+
# -- Project information -----------------------------------------------------
4+
5+
project = "PyData Tests"
6+
copyright = "2020, Pydata community"
7+
author = "Pydata community"
8+
9+
root_doc = "index"
10+
11+
# -- General configuration ---------------------------------------------------
12+
13+
html_theme = "pydata_sphinx_theme"
14+
15+
templates_path = ["_templates"]
16+
html_theme_options = {
17+
"footer_center": "footer-center.html",
18+
}
+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
test-navbar-in-page-headers
2+
===========================
3+
4+
.. toctree::
5+
6+
page1
7+
page2
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Page 1
2+
======
3+
4+
Some text
5+
6+
Another header
7+
==============
8+
9+
Some text
10+
11+
Sub-header
12+
----------
13+
14+
Some text
15+
16+
And another one
17+
===============
18+
19+
Some text
+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Page 2
2+
======

0 commit comments

Comments
 (0)