This commit is contained in:
2024-05-11 22:24:53 +03:00
parent 600d016445
commit da6bb4c84e
5 changed files with 104 additions and 0 deletions

28
docs/source/conf.py Normal file
View File

@@ -0,0 +1,28 @@
# 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 = 'mycelium'
copyright = '2024, RemiZOffAlex'
author = 'RemiZOffAlex'
release = '0.0'
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
extensions = []
templates_path = ['_templates']
exclude_patterns = []
language = 'ru'
# -- 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
docs/source/index.rst Normal file
View File

@@ -0,0 +1,20 @@
.. mycelium documentation master file, created by
sphinx-quickstart on Sat May 11 22:24:14 2024.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to mycelium's documentation!
====================================
.. toctree::
:maxdepth: 2
:caption: Contents:
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`