代码拉取完成,页面将自动刷新
from setuptools import setup
from io import open
from pytorch_sphinx_theme import __version__
setup(
name = 'pytorch_sphinx_theme',
version =__version__,
author = 'Shift Lab',
author_email= 'info@shiftlabny.com',
url="https://github.com/pytorch/pytorch_sphinx_theme",
docs_url="https://github.com/pytorch/pytorch_sphinx_theme",
description='PyTorch Sphinx Theme',
py_modules = ['pytorch_sphinx_theme'],
packages = ['pytorch_sphinx_theme'],
include_package_data=True,
zip_safe=False,
package_data={'pytorch_sphinx_theme': [
'theme.conf',
'*.html',
'static/css/*.css',
'static/js/*.js',
'static/fonts/*.*',
'static/images/*.*',
'theme_variables.jinja'
]},
entry_points = {
'sphinx.html_themes': [
'pytorch_sphinx_theme = pytorch_sphinx_theme',
]
},
license= 'MIT License',
classifiers=[
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Topic :: Internet",
"Topic :: Software Development :: Documentation"
],
install_requires=[
'sphinx'
]
)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。