init
This commit is contained in:
parent
b96d554b05
commit
9e39217423
35 changed files with 1465 additions and 0 deletions
2
support/bar.rst
Normal file
2
support/bar.rst
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
bar
|
||||
===
|
||||
12
support/conf.py
Normal file
12
support/conf.py
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
extensions = [
|
||||
'sphinx_victorykit_theme'
|
||||
]
|
||||
|
||||
html_theme = 'victorykit'
|
||||
|
||||
|
||||
|
||||
master_doc = 'index'
|
||||
exclude_patterns = ['_build']
|
||||
6
support/foo.rst
Normal file
6
support/foo.rst
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
foo
|
||||
===
|
||||
|
||||
.. toctree::
|
||||
|
||||
bar
|
||||
12
support/index.rst
Normal file
12
support/index.rst
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
test-basic and
|
||||
==============
|
||||
|
||||
.. toctree::
|
||||
|
||||
foo
|
||||
|
||||
Heading
|
||||
-------
|
||||
|
||||
Subheading
|
||||
~~~~~~~~~~
|
||||
Loading…
Add table
Add a link
Reference in a new issue