File tree Expand file tree Collapse file tree 8 files changed +27
-41
lines changed Expand file tree Collapse file tree 8 files changed +27
-41
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ own sphinx projects. To read more and see a working demo_ head over to readthedo
2828Installing
2929==========
3030
31- The theme is disributed on PyPI _ and can be installed with pip::
31+ The theme is distributed on PyPI _ and can be installed with pip::
3232
3333 pip install sphinx_rtd_theme
3434
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ SPHINXOPTS =
66SPHINXBUILD = sphinx-build
77SPHINXPROJ = ReadtheDocsSphinxTheme
88SOURCEDIR = .
9- BUILDDIR = _build
9+ BUILDDIR = build
1010
1111# Put it first so that "make" without argument is like "make help".
1212help :
Original file line number Diff line number Diff line change 8686* Intermittent scrollbar visibility bug fixed. This change introduces a
8787 backwards incompatible change to the theme's layout HTML. This should only be
8888 a problem for derivative themes that have overridden styling of nav elements
89- using direct decendant selectors. See `#215 `_ for more information.
89+ using direct descendant selectors. See `#215 `_ for more information.
9090* Safari overscroll bug fixed
9191* Version added to the nav header
9292* Revision id was added to the documentation footer if you are using RTD
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ of a front-end developer (vs. that of a python developer). That means installing
1212
1313.. seealso ::
1414
15- If you are unsure of approptiate actions to take while interacting with our
16- communinty please read our :doc: `Code of Conduct <rtd:/code-of-conduct >`.
15+ If you are unsure of appropriate actions to take while interacting with our
16+ community please read our :doc: `Code of Conduct <rtd:/code-of-conduct >`.
1717
1818
1919Set up your environment
Original file line number Diff line number Diff line change 1010 :private-members:
1111 :special-members:
1212
13+ Generated Index
14+ ===============
15+
16+ Part of the sphinx build process in generate and index file: :ref: `genindex `.
17+
1318
1419Optional parameter args
1520=======================
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11.. include :: ../README.rst
22
3- Content
4- =======
5-
63.. toctree ::
7- :caption: Theme
4+ :caption: Theme Documentation
85 :maxdepth: 2
96
107 installing
118 configuring
129 changelog
1310 contributing
1411
12+
1513.. toctree ::
16- :caption: Demo
17- :maxdepth: 2
14+ :maxdepth: 2
15+ :numbered:
16+ :caption: Demo Documents
17+
18+ demo/structure
19+ demo/demo
20+ demo/lists_tables
21+ demo/api
22+
23+ .. toctree ::
24+ :maxdepth: 3
25+ :numbered:
26+ :caption: This is an incredibly long caption for a long menu
1827
19- demo/index
28+ demo/long
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ if "%SPHINXBUILD%" == "" (
1010set SPHINXOPTS =
1111set SPHINXBUILD = sphinx-build
1212set SOURCEDIR = .
13- set BUILDDIR = _build
13+ set BUILDDIR = build
1414set SPHINXPROJ = ReadtheDocsSphinxTheme
1515
1616if " %1 " == " " goto help
You can’t perform that action at this time.
0 commit comments