summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile4
-rw-r--r--docs/conf.py3
-rw-r--r--docs/packagingguide.rst2
3 files changed, 4 insertions, 5 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 55525c52..bdba909a 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -7,10 +7,10 @@ images/%.svg: images/%.dia
dia $< --export=$@ --filter=dia-svg
_build: Makefile *.rst devguide/*.rst guide/*/*.rst guide/*.rst conf.py images/*.png $(DIA_SVGS) ../README.rst ../NEWS
- sphinx-build -b html . _build
+ python3 -m sphinx -b html . _build
linkcheck:
- sphinx-build -b linkcheck -n . _build
+ python3 -m sphinx -b linkcheck -n . _build
clean:
rm -R _build
diff --git a/docs/conf.py b/docs/conf.py
index 96099741..d7236c25 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -12,8 +12,7 @@ intersphinx_mapping = {
'glib': ('https://lazka.github.io/pgi-docs/GLib-2.0', None),
'gdk': ('https://lazka.github.io/pgi-docs/Gdk-3.0', None),
'gio': ('https://lazka.github.io/pgi-docs/Gio-2.0', None),
- 'python2': ('https://docs.python.org/2.7', None),
- 'python3': ('https://docs.python.org/3', None),
+ 'python': ('https://docs.python.org/3', None),
'cairo': ('https://pycairo.readthedocs.io/en/latest', None),
}
diff --git a/docs/packagingguide.rst b/docs/packagingguide.rst
index eae5d752..e1715eb9 100644
--- a/docs/packagingguide.rst
+++ b/docs/packagingguide.rst
@@ -23,7 +23,7 @@ Runtime dependencies:
* glib
* libgirepository (gobject-introspection)
* libffi
- * Python 2 or 3
+ * Python 3
The overrides directory contains various files which includes various
Python imports mentioning gtk, gdk etc. They are only used when the