Skip to content

Commit

Permalink
Bump to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TDKorn committed Nov 26, 2023
1 parent df308fe commit fc76502
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.. |html_context| replace:: ``html_context``
.. _html_context: https://sphinx-readme.readthedocs.io/en/latest/configuration/configuring.html#confval-html_context
.. |.~.parse_intersphinx_nodes| replace:: ``parse_intersphinx_nodes()``
.. _.~.parse_intersphinx_nodes: https://github.com/TDKorn/sphinx-readme/blob/v1.0.0/sphinx_readme/parser.py#L256-L286
.. _.~.parse_intersphinx_nodes: https://github.com/TDKorn/sphinx-readme/blob/v1.1.0/sphinx_readme/parser.py#L256-L286
.. |readme_docs_url_type| replace:: ``readme_docs_url_type``
.. _readme_docs_url_type: https://sphinx-readme.readthedocs.io/en/latest/configuration/configuring.html#confval-readme_docs_url_type
.. |readme_inline_markup| replace:: ``readme_inline_markup``
Expand Down Expand Up @@ -36,7 +36,7 @@

<div align="center">

.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-readme/v1.0.0/docs/source/_static/logo_readme.png
.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-readme/v1.1.0/docs/source/_static/logo_readme.png
:alt: Sphinx README: Generate Beautiful reStructuredText README.rst for GitHub, PyPi, GitLab, BitBucket
:align: center
:width: 25%
Expand Down Expand Up @@ -125,7 +125,7 @@ as ``html`` builds, including |.sphinx.ext.autodoc|_ cross-references!



.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-readme/v1.0.0/docs/source/_static/demo/demo.gif
.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-readme/v1.1.0/docs/source/_static/demo/demo.gif
:alt: Demonstration of how reStructuredText README.rst files generated by Sphinx README render on GitHub, PyPi, GitLab, BitBucket
:width: 75%

Expand Down
2 changes: 1 addition & 1 deletion sphinx_readme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from sphinx_readme.parser import READMEParser


__version__ = "v1.0.0"
__version__ = "v1.1.0"


def setup(app: Sphinx) -> Dict[str, Any]:
Expand Down

0 comments on commit fc76502

Please sign in to comment.