2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-02-24 11:27:41 +00:00
fish-shell/doc_src/python_docs_theme/__init__.py
Fabian Homborg 2e55e34544 Reformat
2020-11-22 14:39:48 +01:00

11 lines
239 B
Python

import os
def setup(app):
current_dir = os.path.abspath(os.path.dirname(__file__))
app.add_html_theme("python_docs_theme", current_dir)
return {
"parallel_read_safe": True,
"parallel_write_safe": True,
}