Skip to content

Commit c22511b

Browse files
committed
Trying to fix docs build
1 parent eeaaa24 commit c22511b

2 files changed

Lines changed: 8 additions & 10 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
project = 'Trio CDP'
2121
copyright = '2020, Mark Haase, Brian Mackintosh'
2222
author = 'Mark Haase, Brian Mackintosh'
23-
23+
master_doc = 'index'
2424

2525
# -- General configuration ---------------------------------------------------
2626

@@ -49,4 +49,4 @@
4949
# Add any paths that contain custom static files (such as style sheets) here,
5050
# relative to this directory. They are copied after the builtin static files,
5151
# so a file named "default.css" will overwrite the builtin "default.css".
52-
# html_static_path = ['_static']
52+
# html_static_path = ['_static']

docs/index.rst

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@ using `Trio <https://trio.readthedocs.io/>`_. This library handles the WebSocket
88
negotiation and session management, allowing you to transparently multiplex commands,
99
responses, and events over a single connection.
1010

11-
Contents
12-
--------
13-
1411
.. toctree::
15-
:maxdepth: 1
12+
:caption: Contents
13+
:maxdepth: 1
1614

17-
installation
18-
getting_started
19-
api
20-
changelog
15+
installation
16+
getting_started
17+
api
18+
changelog

0 commit comments

Comments
 (0)