Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix docs formatting (bullet points, etc) #334

Merged
merged 5 commits into from Dec 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/changelog/changelog_dev.rst
Expand Up @@ -43,3 +43,10 @@ Development Changelog
:tickets: 331

Sort the results by ``building_id``.

.. change::
:tags: documentation
:pullreq: 334
:tickets: 333

Fixes the indenting and bullets in the documentation.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -77,7 +77,7 @@ def run_tests(self):
'pytest-cov',
'testfixtures',
'Sphinx',
'sphinx_rtd_theme',
'sphinx_rtd_theme>=1.1.0',
'sphinx-autobuild',
'sphinxcontrib-programoutput',
'sphinx_paramlinks',
Expand Down