py-pytorch-sphinx-theme: add master version (#24594)

This commit is contained in:
Adam J. Stewart 2021-06-30 08:52:20 -05:00 committed by GitHub
parent acd1b04ea2
commit ea261e3530
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,9 +10,9 @@ class PyPytorchSphinxTheme(PythonPackage):
"""PyTorch Sphinx Theme."""
homepage = "https://github.com/pytorch/pytorch_sphinx_theme"
pypi = "pytorch_sphinx_theme/pytorch_sphinx_theme-0.0.19.tar.gz"
git = "https://github.com/pytorch/pytorch_sphinx_theme.git"
version('0.0.19', sha256='9c0472a82fc72e5b4c4c5202fc9cdd6de8f1de6050a98f4ace75707ebb184bfd')
version('master', branch='master')
depends_on('py-setuptools', type='build')
depends_on('py-sphinx', type=('build', 'run'))