mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-07-22 22:17:40 +00:00
???
This commit is contained in:
parent
74c3e714a2
commit
9e3c026402
2 changed files with 10 additions and 1 deletions
|
@ -46,7 +46,7 @@ extensions = [
|
||||||
|
|
||||||
autodoc_member_order = 'bysource'
|
autodoc_member_order = 'bysource'
|
||||||
autodoc_typehints = 'none'
|
autodoc_typehints = 'none'
|
||||||
autodoc_mock_imports = ['sphinxcontrib_trio','sphinxcontrib-serializinghtml','sphinxcontrib-qthelp','sphinxcontrib-jsmath','sphinxcontrib-htmlhelp','sphinxcontrib-devhelp','sphinxcontrib-applehelp ','typing_extensions']
|
#autodoc_mock_imports = ['sphinxcontrib_trio','sphinxcontrib-serializinghtml','sphinxcontrib-qthelp','sphinxcontrib-jsmath','sphinxcontrib-htmlhelp','sphinxcontrib-devhelp','sphinxcontrib-applehelp ','typing_extensions']
|
||||||
# maybe consider this?
|
# maybe consider this?
|
||||||
# napoleon_attr_annotations = False
|
# napoleon_attr_annotations = False
|
||||||
|
|
||||||
|
|
9
setup.py
9
setup.py
|
@ -16,6 +16,15 @@ readme = ''
|
||||||
with open('README.md') as f:
|
with open('README.md') as f:
|
||||||
readme = f.read()
|
readme = f.read()
|
||||||
|
|
||||||
|
extras_require = {
|
||||||
|
'docs': [
|
||||||
|
'sphinx==4.4.0',
|
||||||
|
'sphinxcontrib_trio==1.1.2',
|
||||||
|
'sphinxcontrib-websupport',
|
||||||
|
'typing-extensions',
|
||||||
|
],
|
||||||
|
}
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='github',
|
name='github',
|
||||||
author='VarMonke & sudosnok',
|
author='VarMonke & sudosnok',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue