File: setup.cfg

package info (click to toggle)
sphinx-automodapi 0.22.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,180 kB
  • sloc: python: 1,769; makefile: 196
file content (65 lines) | stat: -rw-r--r-- 2,147 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[metadata]
name = sphinx-automodapi
description = Sphinx extension for auto-generating API documentation for entire modules
long_description = file:README.rst
long_description_content_type = text/x-rst
author = The Astropy Developers
author_email = astropy.team@gmail.com
license = BSD-3-Clause
license_files = LICENSE.rst
url = https://github.com/astropy/sphinx-automodapi
classifiers = 
	Development Status :: 5 - Production/Stable
	Intended Audience :: Developers
	Programming Language :: Python
	Programming Language :: Python :: 3
	Operating System :: OS Independent

[options]
zip_safe = False
packages = find:
python_requires = >=3.10
install_requires = 
	packaging
	sphinx>=5

[options.extras_require]
test = 
	pytest
	pytest-cov
	cython
	coverage
	setuptools;python_version>='3.12'
rtd = 
	sphinx-rtd-theme

[options.package_data]
sphinx_automodapi = templates/*/*.rst
sphinx_automodapi.tests = cases/*/*.*, cases/*/*/*.*, cases/*/*/*/*.*, cases/*/*/*/*/*.*, duplicated_warning/docs/*

[tool:pytest]
minversion = 7.0
testpaths = sphinx_automodapi
xfail_strict = true
filterwarnings = 
	error
	ignore:The `docutils\.parsers\.rst\.directive\.html` module will be removed:DeprecationWarning
	ignore:'contextfunction' is renamed to 'pass_context':DeprecationWarning
	ignore:'environmentfilter' is renamed to 'pass_environment':DeprecationWarning
	ignore:distutils Version classes are deprecated:DeprecationWarning
	ignore:'imghdr' is deprecated and slated for removal in Python 3.13:DeprecationWarning
	ignore:The alias 'sphinx\.util\.SkipProgressMessage' is deprecated
	ignore:The alias 'sphinx\.util\.progress_message' is deprecated
	ignore:Deprecated call to.*pkg_resources\.declare_namespace:DeprecationWarning
	ignore:pkg_resources is deprecated as an API:DeprecationWarning
	ignore:Argument "parser_name" will be removed in Docutils 2\.0\.:PendingDeprecationWarning
	ignore:The auxiliary function roles\.set_classes\(\) is obsoleted:PendingDeprecationWarning

[flake8]
max-line-length = 125
exclude = sphinx_automodapi/tests/test_autodoc_enhancements.py,sphinx_automodapi/tests/test_automodapi.py

[egg_info]
tag_build = 
tag_date = 0