release blog post]

This commit is contained in:
nabobalis 2018-02-17 14:32:01 +01:00
parent 3a9ebe5385
commit 3d76103311
4 changed files with 36 additions and 5 deletions

9
.rtd-environment.yml Normal file
View file

@ -0,0 +1,9 @@
name: ablog-rtd
dependencies:
- pip:
- werkzeug
- sphinx
- alabaster
- invoke
- python-dateutil
- sphinx-automodapi

View file

@ -8,8 +8,25 @@ ABlog v0.9 released
ABlog v0.9.0 is released with the main focus being to support the latest version of Sphinx.
This also moves the main development from
This also moves the main development from `Abakan`_ to `SunPy`_.
.. _Font Awesome: https://fortawesome.github.io/Font-Awesome/
.. _Albert Mietus: https://github.com/AlbertMietus
.. _uralbash: https://github.com/uralbash
This has merged in all current (at time of writing, 6) open PRs to the original repository.
These are:
`fix(commands): Update command arguments so patterns works correctly <https://github.com/abakan/ablog/pull/96>`_
from `rayalan <https://github.com/rayalan>`_.
`Fix couple of bugs with latest stable Sphinx <https://github.com/abakan/ablog/pull/93>`_ from `tadeboro <https://github.com/tadeboro>`_.
`don't use fancy quotes in the conf.py template <https://github.com/abakan/ablog/pull/87>`_ from `tiwo <https://github.com/tiwo>`_.
`Pass through additional Sphinx options and fix a typo <https://github.com/abakan/ablog/pull/84>`_ from `ahrbel <https://github.com/ahrbe1>`_.
`fix #78 (ImportError: cannot import name make_admonition in Sphinx 1.6) <https://github.com/abakan/ablog/pull/79>`_ from `lsaffre <https://github.com/lsaffre>`_.
`Raise exception when title is missing <https://github.com/abakan/ablog/pull/76>`_ from `rgrinberg <https://github.com/rgrinberg>`_.
.. _Abakan: https://github.com/abakan/ablog
.. _SunPy: https://github.com/sunpy/ablog

5
readthedocs.yml Normal file
View file

@ -0,0 +1,5 @@
conda:
file: .rtd-environment.yml
python:
setup_py_install: true

View file

@ -52,7 +52,7 @@ setup(
'Programming Language :: Python :: 3',
],
provides=['ablog ({0:s})'.format(__version__)],
install_requires=['Werkzeug', 'Sphinx>=1.6', 'alabaster', 'invoke', 'python-dateutil', 'sphinx-automodapi'],
install_requires=['werkzeug', 'sphinx>=1.6', 'alabaster', 'invoke', 'python-dateutil', 'sphinx-automodapi'],
message_extractors={
'ablog': [
('**.html', 'jinja2', None),