diff --git a/bin/generate-keycodes.py b/bin/generate-keycodes.py index 8270c1d..2a79d50 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 f15bfb7..b6966c5 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".