File: use_python3_for_sphinx.patch

package info (click to toggle)
py-postgresql 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 1,364 kB
  • ctags: 3,170
  • sloc: python: 18,318; ansic: 2,024; sql: 282; makefile: 29; sh: 26
file content (9 lines) | stat: -rw-r--r-- 320 bytes parent folder | download
1
2
3
4
5
6
7
8
9
--- a/postgresql/documentation/sphinx/build.sh
+++ b/postgresql/documentation/sphinx/build.sh
@@ -30,5 +30,5 @@
 EOF
 
 mkdir -p ../html/doctrees
-sphinx-build -c "$(pwd)" -E -b html -d ../html/doctrees .. ../html
+python3 "$(which sphinx-build)" -c "$(pwd)" -E -b html -d ../html/doctrees .. ../html
 cd ../html && pwd