forked from etingof/pysmi
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
144 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,7 +58,7 @@ | |
master_doc = "index" | ||
|
||
# General information about the project. | ||
project = "PySMI 1.4 Documentation" | ||
project = "PySMI 1.5 Documentation" | ||
copyright = "2015-2020, Ilya Etingof; © Copyright 2022-2024, LeXtudio Inc." | ||
author = "LeXtudio Inc. <[email protected]>" | ||
|
||
|
@@ -67,7 +67,7 @@ | |
# built documents. | ||
# | ||
# The short X.Y version. | ||
version = "1.4" | ||
version = "1.5" | ||
# The full version, including alpha/beta/rc tags. | ||
release = "1.5.0" | ||
|
||
|
@@ -155,7 +155,7 @@ | |
|
||
# The name for this set of Sphinx documents. If None, it defaults to | ||
# "<project> v<release> documentation". | ||
html_title = "PySMI 1.4 Documentation" | ||
html_title = "PySMI 1.5 Documentation" | ||
|
||
# A shorter title for the navigation bar. Default is the same as html_title. | ||
# html_short_title = None | ||
|