-
Notifications
You must be signed in to change notification settings - Fork 851
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update QGIS and PyQGIS to 3.38.1 (#5084)
* Update QGIS to 3.38.1 * Update PyQGIS to 3.38.1
- Loading branch information
Showing
5 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
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
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
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 |
---|---|---|
@@ -1,31 +1,30 @@ | ||
diff --git a/conf.py.in b/conf.py.in | ||
index 486f489..3239f58 100644 | ||
--- a/conf.py.in | ||
+++ b/conf.py.in | ||
@@ -3,8 +3,6 @@ | ||
import sys, os | ||
import yaml | ||
diff --git a/conf.in.py b/conf.in.py | ||
index 6515474..b550ab5 100644 | ||
--- a/conf.in.py | ||
+++ b/conf.in.py | ||
@@ -1,7 +1,6 @@ | ||
import os | ||
import sys | ||
|
||
-import sphinx_rtd_theme | ||
- | ||
import yaml | ||
|
||
# If extensions (or modules to document with autodoc) are in another directory, | ||
# add these directories to sys.path here. If the directory is relative to the | ||
@@ -65,8 +63,7 @@ pygments_style = 'sphinx' | ||
@@ -73,8 +72,7 @@ pygments_style = "sphinx" | ||
|
||
# The theme to use for HTML and HTML Help pages. See the documentation for | ||
# a list of builtin themes. | ||
-html_theme = 'sphinx_rtd_theme' | ||
-html_theme = "sphinx_rtd_theme" | ||
-html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] # use with module import | ||
+html_theme = 'python_docs_theme' | ||
|
||
# html_theme_path = ['.'] # use with git submodule | ||
|
||
@@ -81,6 +78,7 @@ html_theme_options = { | ||
'titles_only': True, | ||
'versioning': True, | ||
'canonical_url': 'https://qgis.org/pyqgis/latest', | ||
+ 'nosidebar': True | ||
@@ -89,6 +87,7 @@ html_theme_options = { | ||
"titles_only": True, | ||
"versioning": True, | ||
"canonical_url": "https://qgis.org/pyqgis/latest", | ||
+ "nosidebar": True | ||
} | ||
|
||
# Add any paths that contain custom themes here, relative to this directory. |
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
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