Skip to content

Commit 4123e30

Browse files
committed
Merge branch 'humitos/footer/remove-static' of github.com:rtfd/sphinx_rtd_theme into humitos/footer/remove-static
2 parents 686e2ad + c19c76f commit 4123e30

File tree

8 files changed

+27
-41
lines changed

8 files changed

+27
-41
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ own sphinx projects. To read more and see a working demo_ head over to readthedo
2828
Installing
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

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SPHINXOPTS =
66
SPHINXBUILD = sphinx-build
77
SPHINXPROJ = ReadtheDocsSphinxTheme
88
SOURCEDIR = .
9-
BUILDDIR = _build
9+
BUILDDIR = build
1010

1111
# Put it first so that "make" without argument is like "make help".
1212
help:

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ v0.1.9
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

docs/contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1919
Set up your environment

docs/demo/api.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
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

1419
Optional parameter args
1520
=======================

docs/demo/index.rst

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

docs/index.rst

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,28 @@
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

docs/make.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if "%SPHINXBUILD%" == "" (
1010
set SPHINXOPTS=
1111
set SPHINXBUILD=sphinx-build
1212
set SOURCEDIR=.
13-
set BUILDDIR=_build
13+
set BUILDDIR=build
1414
set SPHINXPROJ=ReadtheDocsSphinxTheme
1515

1616
if "%1" == "" goto help

0 commit comments

Comments
 (0)