Skip to content

Commit

Permalink
docs: Update docs for 2020
Browse files Browse the repository at this point in the history
- Update version in What's New.
- Remove mention of google groups mailing list.
- Use autoapi (instead of autodoc) for compatibility with readthedocs
  • Loading branch information
riddella authored and ariddell committed Aug 17, 2020
1 parent 251c01d commit a0fcfb0
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 31 deletions.
18 changes: 0 additions & 18 deletions doc/source/api.rst

This file was deleted.

4 changes: 3 additions & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = [
'sphinx.ext.autodoc',
'sphinx_rtd_theme',
'numpydoc',
'autoapi.extension',
]
autoapi_dirs = [os.path.join("..", "..", "lda")]
autoapi_ignore = ["*tests*"]

# autodoc generation is a bit aggressive and a nuisance when doing heavy
# text edit cycles.
Expand Down
10 changes: 0 additions & 10 deletions doc/source/groups.rst

This file was deleted.

3 changes: 1 addition & 2 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,8 @@ Contents:

getting_started
installation
api
autoapi/index
contributing
groups
whats_new

Indices and tables
Expand Down
5 changes: 5 additions & 0 deletions doc/source/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
What's New
============

v2.0.0 (17. August 2020)
==========================
- Drop support for Python 2.7
- Wheels for Python 3.8

v1.1.0 (9. September 2018)
==========================
- Wheels for Python 3.7
Expand Down
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ coverage>=3.6
discover
python-subunit
sphinx>=1.1.2
sphinx-autoapi~=1.4.0
oslosphinx
oslotest>=1.1.0.0a2
testrepository>=0.0.18
Expand Down

0 comments on commit a0fcfb0

Please sign in to comment.