Browse Source

doc: setup for symbol search.

pull/2/head
Vladimír Vondruš 7 years ago
parent
commit
a61ee59825
  1. 4
      doc/python/conf-public.py
  2. 3
      doc/python/conf.py

4
doc/python/conf-public.py

@ -21,3 +21,7 @@ STYLESHEETS = [
]
FAVICON = 'https://doc.magnum.graphics/favicon.ico'
SEARCH_DOWNLOAD_BINARY = True
SEARCH_BASE_URL = 'https://doc.magnum.graphics/python/'
SEARCH_EXTERNAL_URL = 'https://google.com/search?q=site:doc.magnum.graphics+Magnum+Python+{query}'

3
doc/python/conf.py

@ -103,8 +103,7 @@ PAGE_HEADER = """
Welcome to the exciting new Python-flavored future of Magnum! Have fun, but
please note this functionality is *heavily experimental* at the moment.
Most APIs are missing, documentation is very sparse and everything is still
evolving. **Use at your own risk.** Search and name cross-linking is not
working yet, sorry about that.
evolving. **Use at your own risk.**
"""
FINE_PRINT = """

Loading…
Cancel
Save