From 06eaf7232e9a920468c0f8d74dcf2fe8b555501c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 14:24:36 +0200 Subject: Adding upstream version 1:10.11.6. Signed-off-by: Daniel Baumann --- .../docs/_themes/sphinx_rtd_theme/__init__.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 storage/maria/libmarias3/docs/_themes/sphinx_rtd_theme/__init__.py (limited to 'storage/maria/libmarias3/docs/_themes/sphinx_rtd_theme/__init__.py') diff --git a/storage/maria/libmarias3/docs/_themes/sphinx_rtd_theme/__init__.py b/storage/maria/libmarias3/docs/_themes/sphinx_rtd_theme/__init__.py new file mode 100644 index 00000000..1440863d --- /dev/null +++ b/storage/maria/libmarias3/docs/_themes/sphinx_rtd_theme/__init__.py @@ -0,0 +1,17 @@ +"""Sphinx ReadTheDocs theme. + +From https://github.com/ryan-roemer/sphinx-bootstrap-theme. + +""" +import os + +VERSION = (0, 1, 5) + +__version__ = ".".join(str(v) for v in VERSION) +__version_full__ = __version__ + + +def get_html_theme_path(): + """Return list of HTML theme paths.""" + cur_dir = os.path.abspath(os.path.dirname(os.path.dirname(__file__))) + return cur_dir -- cgit v1.2.3