Fix homepage
This commit is contained in:
parent
3658095fd4
commit
d44c9c9dd9
2 changed files with 3 additions and 3 deletions
4
setup.py
4
setup.py
|
@ -27,8 +27,8 @@ with open("README.rst", "r") as fh:
|
|||
|
||||
setup(
|
||||
name="sphinx_nervproject_theme",
|
||||
version="1.0.1",
|
||||
url="https://procrastinator.nerv-project.eu/communication/sphinx_nervproject_theme",
|
||||
version="1.0.2",
|
||||
url="https://procrastinator.nerv-project.eu/nerv-project/communication/sphinx_nervproject_theme",
|
||||
license="EUPL 1.2",
|
||||
author="Kujiu",
|
||||
author_email="kujiu-pypi@kujiu.org",
|
||||
|
|
|
@ -5,7 +5,7 @@ from sphinx.environment.collectors import EnvironmentCollector
|
|||
from sphinx import addnodes
|
||||
from sphinx.util.osutil import relative_uri
|
||||
|
||||
__version__ = (1, 0, 1)
|
||||
__version__ = (1, 0, 2)
|
||||
|
||||
|
||||
class SimpleTocTreeCollector(EnvironmentCollector):
|
||||
|
|
Loading…
Reference in a new issue