mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Pinning 0.2.4 release
This commit is contained in:
@@ -105,6 +105,12 @@ Changelog
|
|||||||
master
|
master
|
||||||
------
|
------
|
||||||
|
|
||||||
|
v0.2.4
|
||||||
|
------
|
||||||
|
|
||||||
|
* Yet another path to deal with extra builders outside Spinx, such as the
|
||||||
|
singlehtml builders from the Read the Docs Sphinx extension
|
||||||
|
|
||||||
v0.2.3
|
v0.2.3
|
||||||
------
|
------
|
||||||
|
|
||||||
|
|||||||
5
setup.py
5
setup.py
@@ -11,11 +11,11 @@ from sphinx_rtd_theme import __version__
|
|||||||
setup(
|
setup(
|
||||||
name='sphinx_rtd_theme',
|
name='sphinx_rtd_theme',
|
||||||
version=__version__,
|
version=__version__,
|
||||||
url='https://github.com/snide/sphinx_rtd_theme/',
|
url='https://github.com/rtfd/sphinx_rtd_theme/',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
author='Dave Snider',
|
author='Dave Snider',
|
||||||
author_email='dave.snider@gmail.com',
|
author_email='dave.snider@gmail.com',
|
||||||
description='ReadTheDocs.org theme for Sphinx, 2013 version.',
|
description='Read the Docs theme for Sphinx',
|
||||||
long_description=open('README.rst').read(),
|
long_description=open('README.rst').read(),
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
packages=['sphinx_rtd_theme'],
|
packages=['sphinx_rtd_theme'],
|
||||||
@@ -28,7 +28,6 @@ setup(
|
|||||||
]},
|
]},
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 3 - Alpha',
|
|
||||||
'License :: OSI Approved :: BSD License',
|
'License :: OSI Approved :: BSD License',
|
||||||
'Environment :: Console',
|
'Environment :: Console',
|
||||||
'Environment :: Web Environment',
|
'Environment :: Web Environment',
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ From https://github.com/ryan-roemer/sphinx-bootstrap-theme.
|
|||||||
"""
|
"""
|
||||||
import os
|
import os
|
||||||
|
|
||||||
__version__ = '0.2.3'
|
__version__ = '0.2.4'
|
||||||
__version_full__ = __version__
|
__version_full__ = __version__
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user