mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-12 02:27:28 -08:00
20 lines
647 B
Diff
20 lines
647 B
Diff
--- a/docs/conf.py
|
|
+++ b/docs/conf.py
|
|
@@ -225,11 +225,11 @@
|
|
|
|
|
|
# Example configuration for intersphinx: refer to the Python standard library.
|
|
-intersphinx_mapping = {
|
|
- 'python': ('https://docs.python.org/3/', None),
|
|
- 'flask': ('http://flask.pocoo.org/docs/', None),
|
|
- 'sqlalchemy': ('http://docs.sqlalchemy.org/en/latest/', None)
|
|
-}
|
|
+# intersphinx_mapping = {
|
|
+# 'python': ('https://docs.python.org/3/', None),
|
|
+# 'flask': ('http://flask.pocoo.org/docs/', None),
|
|
+# 'sqlalchemy': ('http://docs.sqlalchemy.org/en/latest/', None)
|
|
+# }
|
|
pygments_style = 'flask_theme_support.FlaskyStyle'
|
|
|
|
# fall back if theme is not there
|