From 3df3c68c3fb9ddf6c4f8c341ff6670703c6e28b6 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 30 Sep 2021 12:59:15 -0400 Subject: minimizing api documentation for faster builds and version updates --- sphinx_rtd/theme.conf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 sphinx_rtd/theme.conf (limited to 'sphinx_rtd/theme.conf') diff --git a/sphinx_rtd/theme.conf b/sphinx_rtd/theme.conf new file mode 100644 index 00000000..5cc687d7 --- /dev/null +++ b/sphinx_rtd/theme.conf @@ -0,0 +1,20 @@ +[theme] +inherit = basic +stylesheet = css/theme.css +pygments_style = default + +[options] +canonical_url = +analytics_id = +analytics_anonymize_ip = False +collapse_navigation = True +sticky_navigation = True +navigation_depth = 4 +includehidden = True +titles_only = +logo_only = +display_version = True +prev_next_buttons_location = bottom +style_external_links = False +style_nav_header_background = +vcs_pageview_mode = -- cgit v1.3.1