Commit 3368996 1 parent d9d354f commit 3368996 Copy full SHA for 3368996
File tree 5 files changed +47
-0
lines changed
5 files changed +47
-0
lines changed Original file line number Diff line number Diff line change
1
+ < span > Hello World</ span >
Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change
1
+ test-navbar-in-page-headers
2
+ ===========================
3
+
4
+ .. toctree ::
5
+
6
+ page1
7
+ page2
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
1
+ Page 2
2
+ ======
You can’t perform that action at this time.
0 commit comments