From 9c888b83dac317c88a82a5013883d8777a6ac357 Mon Sep 17 00:00:00 2001 From: Lonami Exo Date: Sun, 3 Sep 2023 10:59:27 +0200 Subject: [PATCH] Run sphinx-quickstart --- client/doc/conf.py | 27 +++++++++++++++++++++++++++ client/doc/index.rst | 15 +++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 client/doc/conf.py create mode 100644 client/doc/index.rst diff --git a/client/doc/conf.py b/client/doc/conf.py new file mode 100644 index 00000000..b577c7df --- /dev/null +++ b/client/doc/conf.py @@ -0,0 +1,27 @@ +# 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 = "Telethon" +copyright = "2023, Lonami" +author = "Lonami" +release = "2.0.0a0" + +# -- 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 = "sphinx_rtd_theme" +html_static_path = ["_static"] diff --git a/client/doc/index.rst b/client/doc/index.rst new file mode 100644 index 00000000..b8b239cd --- /dev/null +++ b/client/doc/index.rst @@ -0,0 +1,15 @@ +Telethon's documentation +======================== + +.. toctree:: + :maxdepth: 2 + :caption: Contents: + + + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search`