mirror of
https://github.com/craigerl/aprsd.git
synced 2024-12-19 16:15:57 -05:00
Updated build for docs tox -edocs
Can now run tox -edocs
This commit is contained in:
parent
e7f2ebf17e
commit
bd35a610ff
@ -7,6 +7,12 @@ APRSD
|
|||||||
.. image:: https://github.com/craigerl/aprsd/workflows/python/badge.svg
|
.. image:: https://github.com/craigerl/aprsd/workflows/python/badge.svg
|
||||||
:target: https://github.com/craigerl/aprsd/actions
|
:target: https://github.com/craigerl/aprsd/actions
|
||||||
|
|
||||||
|
.. image:: https://img.shields.io/pypi/pyversions/aprsd.svg
|
||||||
|
:target: https://pypi.python.org/pypi/aprsd
|
||||||
|
|
||||||
|
.. image:: https://img.shields.io/:license-apache-blue.svg
|
||||||
|
:target: http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
|
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
|
||||||
:target: https://black.readthedocs.io/en/stable/
|
:target: https://black.readthedocs.io/en/stable/
|
||||||
|
|
||||||
|
@ -11,7 +11,8 @@ classifier =
|
|||||||
License :: OSI Approved :: Apache Software License
|
License :: OSI Approved :: Apache Software License
|
||||||
Topic :: Communications :: Ham Radio
|
Topic :: Communications :: Ham Radio
|
||||||
Operating System :: POSIX :: Linux
|
Operating System :: POSIX :: Linux
|
||||||
Programming Language :: Python
|
Programming Language :: Python :: 3 :: Only
|
||||||
|
Programming Language :: Python :: 3
|
||||||
Programming Language :: Python :: 3.6
|
Programming Language :: Python :: 3.6
|
||||||
Programming Language :: Python :: 3.7
|
Programming Language :: Python :: 3.7
|
||||||
Programming Language :: Python :: 3.8
|
Programming Language :: Python :: 3.8
|
||||||
|
1
tox.ini
1
tox.ini
@ -27,6 +27,7 @@ skip_install = true
|
|||||||
deps =
|
deps =
|
||||||
-r{toxinidir}/requirements.txt
|
-r{toxinidir}/requirements.txt
|
||||||
-r{toxinidir}/dev-requirements.txt
|
-r{toxinidir}/dev-requirements.txt
|
||||||
|
{toxinidir}/.
|
||||||
changedir = {toxinidir}/docs
|
changedir = {toxinidir}/docs
|
||||||
commands =
|
commands =
|
||||||
{envpython} clean_docs.py
|
{envpython} clean_docs.py
|
||||||
|
Loading…
Reference in New Issue
Block a user