Skip to content
This repository was archived by the owner on Jan 27, 2022. It is now read-only.

Commit 2454100

Browse files
author
vesche
committed
Updates for RTD 2
1 parent 721c808 commit 2454100

6 files changed

Lines changed: 9 additions & 13 deletions

File tree

docs/_static/.keep

Whitespace-only changes.

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
import os
1616
import sys
17-
sys.path.insert(0, os.path.abspath('../docketapi'))
17+
sys.path.insert(0, os.path.abspath('../'))
1818

1919

2020
# -- Project information -----------------------------------------------------
@@ -75,7 +75,7 @@
7575
# The theme to use for HTML and HTML Help pages. See the documentation for
7676
# a list of builtin themes.
7777
#
78-
html_theme = 'alabaster'
78+
html_theme = 'sphinx_rtd_theme'
7979

8080
# Theme options are theme-specific and customize the look and feel of a theme
8181
# further. For a list of options available for each theme, see the

docs/index.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
docketapi
2-
=========
1+
docket-python-client
2+
====================
33

44
.. toctree::
5-
Modules <modules.rst>
6-
:maxdepth: 4
5+
:maxdepth: 2
6+
7+
readme
8+
docketapi
79

docs/modules.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/readme.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.. include:: ../README.rst

0 commit comments

Comments
 (0)