Skip to content

Commit

Permalink
Modified conf.py and index.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkinney committed Jan 31, 2025
1 parent 3ae0e4c commit 8007d42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@
# html_theme_options = {}

html_theme_options = {
'display_version': True,
'canonical_url': 'https://logomaker.readthedocs.io/en/latest/',
'logo_only': True,
'prev_next_buttons_location': 'none', #'bottom',
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ For more information about Logomaker, please see Tareen and Kinney (2019) [#Tare
Installation
--------------

Logomaker has minimal dependencies and is compatible with both Python 2.7 and Python 3.6.
Logomaker has minimal dependencies and is compatible with Python 3.8 and later.
The code for Logomaker is available on `GitHub <https://github.com/jbkinney/logomaker>`_ under an MIT open source license.
Logomaker can be installed from `PyPI <https://pypi.org/project/logomaker/>`_ using the ``pip`` package manager by executing the following at the commandline: ::

Expand Down

0 comments on commit 8007d42

Please sign in to comment.