Commit Graph

42 Commits

Author SHA1 Message Date
Ashley Whetter
66f3734afa Start testing in Github Actions 2021-04-04 20:23:24 -07:00
Ashley Whetter
9372bdb9f1 Package with PEP-517 2021-04-03 18:39:08 -07:00
Ashley Whetter
714c0609ba Added Python 3.9 support 2021-01-20 14:59:15 -08:00
Ashley Whetter
31d4beb959 Readthedocs uses Python 3.8 2020-10-07 22:25:08 -07:00
Ashley Whetter
8e4cd49e1a Dropped support for Python 2 and Sphinx 1.x/2.x.
Removed all old compatibility code.
2020-10-03 12:21:25 -07:00
Ashley Whetter
2f87d5ef82 Added __version_info__ and single source version 2020-05-14 20:37:18 -07:00
Ashley Whetter
3eb33270c5 Version 1.3.0 2020-04-05 20:26:00 -07:00
Ashley Whetter
5794902b23 Support Sphinx 2.4 and 3.0 2020-04-05 20:03:05 -07:00
Ashley Whetter
fc1d78f758 Python 3.8 support 2020-01-11 14:37:13 -08:00
Ashley Whetter
d40122948b Remaining rtfd -> readthedocs replacements 2020-01-03 12:12:04 -08:00
Ashley Whetter
daa5ce24a5 Version 1.2.1 2019-10-09 20:02:29 -07:00
Ashley Whetter
e06fa71dbc Version 1.2.0 2019-10-05 17:01:36 -07:00
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
2019-09-01 14:44:17 -07:00
Ashley Whetter
86a2aeb6d7 Fixed some unicode decode errors 2019-08-25 15:53:58 -07:00
Ashley Whetter
0b947a028e v1.1.0 2019-06-23 13:43:28 -07:00
Ashley Whetter
9735f43a8d v1.0.0 2019-04-24 15:04:37 -07:00
Ashley Whetter
7230330686 Documentation overhaul 2019-04-21 15:38:22 -07:00
Ashley Whetter
3722490c36 v0.7.1 2019-02-04 21:24:18 -08:00
Ashley Whetter
30a620e449 v0.7.0 2019-01-30 21:57:13 -08:00
Ashley Whetter
dfe82ae94e Dropped support for Sphinx<1.6 2019-01-26 16:26:39 -08:00
Ashley Whetter
f8c26b2682 v0.6.2 2018-11-15 14:02:17 -08:00
Ashley Whetter
9f197afa76 v0.6.1 2018-11-14 22:50:14 -08:00
Ashley Whetter
cb032b6920 v0.6.0 2018-08-20 11:19:29 -07:00
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).
2018-08-06 14:19:12 -07:00
Ashley Whetter
cf08792869 Fixed Python 2 requirements 2018-08-06 14:19:12 -07:00
Ashley Whetter
b19b9ea28b Extended ast parsing with astroid 2018-05-08 22:41:35 -07:00
Eric Holscher
7f6b47b86d Bump to version 0.5 2017-11-13 08:29:06 -08:00
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.
2016-10-25 16:30:59 -07:00
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.
2016-10-25 16:28:12 -07:00
Eric Holscher
b24293e545 Start using pydocstyle for Python doc generation 2016-06-09 15:44:30 -07:00
Eric Holscher
7f50c62e35 Release 0.3 with autoapi_dirs setting 2016-06-09 15:44:30 -07:00
Eric Holscher
53def8fc2d Bump to 0.2 2015-09-05 15:55:30 -05:00
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.
2015-08-18 18:10:25 -07:00
Eric Holscher
4c8fc0dc94 Add deps to setup.py as well 2015-06-23 14:03:40 -07:00
Christopher Swenson
8ff10028ef Sphinx is required 2015-05-29 13:31:03 -07:00
Eric Holscher
f8d38b58e3 Reinstall 2015-04-22 16:37:45 -07:00
Eric Holscher
3333025db4 Once more 2015-04-22 16:37:04 -07:00
Eric Holscher
669ec6afc3 More futzing 2015-04-22 16:34:34 -07:00
Eric Holscher
6a57ab6616 Futz more with setup 2015-04-22 16:32:47 -07:00
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.
2015-04-14 15:59:09 -07:00
Anthony Johnson
a73a3fca55 Add requirements to setup 2015-04-08 17:14:06 -07:00
Eric Holscher
c7bef8e11b Initial commit 2015-03-27 12:50:56 -07:00