Commit Graph

42 Commits (feat/single-page-option)

Author SHA1 Message Date
Ashley Whetter 66f3734afa Start testing in Github Actions 3 years ago
Ashley Whetter 9372bdb9f1 Package with PEP-517 3 years ago
Ashley Whetter 714c0609ba Added Python 3.9 support 3 years ago
Ashley Whetter 31d4beb959 Readthedocs uses Python 3.8 4 years ago
Ashley Whetter 8e4cd49e1a Dropped support for Python 2 and Sphinx 1.x/2.x.
Removed all old compatibility code.
4 years ago
Ashley Whetter 2f87d5ef82 Added __version_info__ and single source version 4 years ago
Ashley Whetter 3eb33270c5 Version 1.3.0 4 years ago
Ashley Whetter 5794902b23 Support Sphinx 2.4 and 3.0 4 years ago
Ashley Whetter fc1d78f758 Python 3.8 support 4 years ago
Ashley Whetter d40122948b Remaining rtfd -> readthedocs replacements 4 years ago
Ashley Whetter daa5ce24a5 Version 1.2.1 5 years ago
Ashley Whetter e06fa71dbc Version 1.2.0 5 years ago
danields761 be324b10bf Made dependencies of other languages optional (#171)
* Fixes #170

* Makes sphinxcontrib-golangdomain and
sphinxcontrib-dotnetdomain to be optional
packages
* Adds check that appropriate dependencies of
a specified api-type installed during the
extension initialisation
* Adds appropriate tests
5 years ago
Ashley Whetter 86a2aeb6d7 Fixed some unicode decode errors 5 years ago
Ashley Whetter 0b947a028e v1.1.0 5 years ago
Ashley Whetter 9735f43a8d v1.0.0 5 years ago
Ashley Whetter 7230330686 Documentation overhaul 5 years ago
Ashley Whetter 3722490c36 v0.7.1 5 years ago
Ashley Whetter 30a620e449 v0.7.0 5 years ago
Ashley Whetter dfe82ae94e Dropped support for Sphinx<1.6 5 years ago
Ashley Whetter f8c26b2682 v0.6.2 6 years ago
Ashley Whetter 9f197afa76 v0.6.1 6 years ago
Ashley Whetter cb032b6920 v0.6.0 6 years ago
Ashley Whetter 763da7170f Cleaned up setup.py
Removed distutils support. It wasn't working anyway (Closes #25).
Removed redundant package_dir and package_data options.
Removed old testing dependencies.
Removed unnecessary wheel dependency (Closes #143).
6 years ago
Ashley Whetter cf08792869 Fixed Python 2 requirements 6 years ago
Ashley Whetter b19b9ea28b Extended ast parsing with astroid 6 years ago
Eric Holscher 7f6b47b86d Bump to version 0.5 7 years ago
Anthony Johnson 04805b5044 Fix version number
The module is actually 0.4 release currently. This is not a new release however,
so updated to match 0.4, no additional increment necessary yet.
8 years ago
Anthony Johnson 18ed62b0b2 Stop using requirements.txt
sphinx-autoapi is redistributable, we should be using setup.py for all of our
dependency management, not continuing to split off things into requirements. 
Included a shortcut in the requirements for installing tox (the only dev requirement)
and the package in develop.
8 years ago
Eric Holscher b24293e545 Start using pydocstyle for Python doc generation 8 years ago
Eric Holscher 7f50c62e35 Release 0.3 with `autoapi_dirs` setting 8 years ago
Eric Holscher 53def8fc2d Bump to 0.2 9 years ago
Anthony Johnson 87a16ea421 Use more proper slugging on filenames for object
This resolves some issues with special characters in paths on Windows based
systems. It replaces special characters and unicode characters to ensure paths
are predictable.
9 years ago
Eric Holscher 4c8fc0dc94 Add deps to setup.py as well 9 years ago
Christopher Swenson 8ff10028ef Sphinx is required 9 years ago
Eric Holscher f8d38b58e3 Reinstall 9 years ago
Eric Holscher 3333025db4 Once more 9 years ago
Eric Holscher 669ec6afc3 More futzing 9 years ago
Eric Holscher 6a57ab6616 Futz more with setup 9 years ago
Anthony Johnson 4b13bebc8e Large refactor. Cleans up, adds tests, intermediate namespaces
Indexes are still broken due to past changes, but intermediate namespaces are
now linkable.
9 years ago
Anthony Johnson a73a3fca55 Add requirements to setup 9 years ago
Eric Holscher c7bef8e11b Initial commit 9 years ago