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 Oct 25, 2023
1 parent 8ea4daa commit c506621
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,14 @@ sphinx-inlinecode

**Example**


.. image:: https://raw.githubusercontent.com/TDKorn/sphinx-inlinecode/main/docs/source/_static/example.png
:alt: embedded code block added by sphinx-inlinecode





|
Installation
Expand Down
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
repo = project

# Package Info
# pkg = pkg_resources.require(project)[0]
# pkg_name = pkg.get_metadata('top_level.txt').strip()
pkg = pkg_resources.require(project)[0]
pkg_name = pkg.get_metadata('top_level.txt').strip()

# Simplify things by using the installed version
version = '0.0.1' #pkg.version
version = pkg.version
release = version

# ======================== General configuration ============================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ sphinx-inlinecode
.. rubric:: Example


.. only:: readme or pypi
.. only:: not html

.. image:: /_static/example.png
:alt: embedded code block added by sphinx-inlinecode
Expand Down
2 changes: 1 addition & 1 deletion sphinx_inlinecode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from bs4 import BeautifulSoup, Tag, NavigableString


__version__ = "1.0.1"
__version__ = "1.1.0"
__author__ = 'Adam Korn <[email protected]>'


Expand Down

0 comments on commit c506621

Please sign in to comment.