diff --git a/docs/conf.py b/docs/conf.py index 55d676f..66f018c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -6,23 +6,22 @@ # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information -project = 'neon-client' -copyright = '2024, Neon, Inc.' -author = 'Neon, Inc.' -release = '0.1.' +project = "neon-client" +copyright = "2024, Neon, Inc." +author = "Neon, Inc." +release = "0.1.0" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration extensions = [] -templates_path = ['_templates'] -exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] - +templates_path = ["_templates"] +exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output -html_theme = 'alabaster' -html_static_path = ['_static'] +html_theme = "alabaster" +html_static_path = ["_static"] diff --git a/source/conf.py b/source/conf.py deleted file mode 100644 index db889b7..0000000 --- a/source/conf.py +++ /dev/null @@ -1,28 +0,0 @@ -# Configuration file for the Sphinx documentation builder. -# -# For the full list of built-in configuration values, see the documentation: -# https://www.sphinx-doc.org/en/master/usage/configuration.html - -# -- Project information ----------------------------------------------------- -# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information - -project = 'neon-client' -copyright = '2024, Kenneth Reitz' -author = 'Kenneth Reitz' -release = '0.1.0' - -# -- General configuration --------------------------------------------------- -# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration - -extensions = [] - -templates_path = ['_templates'] -exclude_patterns = [] - - - -# -- Options for HTML output ------------------------------------------------- -# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output - -html_theme = 'alabaster' -html_static_path = ['_static'] diff --git a/source/index.rst b/source/index.rst deleted file mode 100644 index 1e76c58..0000000 --- a/source/index.rst +++ /dev/null @@ -1,20 +0,0 @@ -.. neon-client documentation master file, created by - sphinx-quickstart on Thu Jan 25 14:50:47 2024. - You can adapt this file completely to your liking, but it should at least - contain the root `toctree` directive. - -Welcome to neon-client's documentation! -======================================= - -.. toctree:: - :maxdepth: 2 - :caption: Contents: - - - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search`