Update project information and configuration files

This commit is contained in:
2024-01-26 15:25:11 -05:00
parent 8f4a7b7bb5
commit 9d73325b68
3 changed files with 8 additions and 57 deletions
+8 -9
View File
@@ -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"]
-28
View File
@@ -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']
-20
View File
@@ -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`