From 57f6d5f9d8bc9df23903f7cf1834a96c97232f0f Mon Sep 17 00:00:00 2001 From: Avram Lubkin Date: Sat, 23 Nov 2024 17:06:33 -0500 Subject: [PATCH] Fix Sphinx warnings --- bin/generate-keycodes.py | 2 +- docs/conf.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/generate-keycodes.py b/bin/generate-keycodes.py index 8270c1da..2a79d50b 100644 --- a/bin/generate-keycodes.py +++ b/bin/generate-keycodes.py @@ -17,7 +17,7 @@ def main(): csv_header = """ .. csv-table:: All Terminal class attribute Keyboard codes, by name :delim: | - :header: "Name", "Value", "Example Sequence(s)" + :header: "Name"| "Value"| "Example Sequence(s)" """ fname = os.path.abspath( diff --git a/docs/conf.py b/docs/conf.py index f15bfb72..b6966c5c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -6,7 +6,6 @@ import functools # 3rd party -import sphinx_rtd_theme import sphinx.environment from docutils.utils import get_source_line @@ -155,7 +154,7 @@ def wrapper(decorator): # html_theme_options = {} # Add any paths that contain custom themes here, relative to this directory. -html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] +# html_theme_path = [] # The name for this set of Sphinx documents. If None, it defaults to # " v documentation".