Metadata-Version: 2.1
Name: ablog
Version: 0.10.20
Summary: A Sphinx extension that converts any documentation or personal website project into a full-fledged blog.
Home-page: https://ablog.readthedocs.org/
Author: The SunPy Community
Author-email: sunpy@googlegroups.com
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE.rst
Requires-Dist: docutils
Requires-Dist: feedgen
Requires-Dist: invoke
Requires-Dist: python-dateutil
Requires-Dist: sphinx
Requires-Dist: watchdog
Provides-Extra: all
Requires-Dist: ipython ; extra == 'all'
Requires-Dist: nbsphinx ; extra == 'all'
Requires-Dist: myst-parser ; extra == 'all'
Provides-Extra: dev
Requires-Dist: ipython ; extra == 'dev'
Requires-Dist: nbsphinx ; extra == 'dev'
Requires-Dist: myst-parser ; extra == 'dev'
Requires-Dist: alabaster ; extra == 'dev'
Requires-Dist: sphinx-automodapi ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: alabaster ; extra == 'docs'
Requires-Dist: sphinx-automodapi ; extra == 'docs'
Provides-Extra: markdown
Requires-Dist: myst-parser ; extra == 'markdown'
Provides-Extra: notebook
Requires-Dist: ipython ; extra == 'notebook'
Requires-Dist: nbsphinx ; extra == 'notebook'
Provides-Extra: tests
Requires-Dist: pytest ; extra == 'tests'

ABlog for Sphinx
================

|Build Status|

.. |Build Status| image:: https://dev.azure.com/sunpy/ablog/_apis/build/status/sunpy.ablog?repoName=sunpy%2Fablog&branchName=main
   :target: https://dev.azure.com/sunpy/ablog/_build/latest?definitionId=17&repoName=sunpy%2Fablog&branchName=main

Note
----

Please note that is an official new home of `Ahmet Bakan's Ablog Sphinx extension <https://github.com/abakan/ablog/>`__.
This version is maintained with the aim to keep it working for SunPy's website and thus new features are **highly unlikely**.

ABlog
-----

ABlog is a Sphinx extension that converts any documentation or personal website project into a full-fledged blog

`Please check our documentation for information on how to get started. <https://ablog.readthedocs.io/>`__


