Skip to content

Commit

Permalink
added config for readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
SamiralVdB committed Dec 16, 2024
1 parent fcbf242 commit 086111d
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 17,102 deletions.
49 changes: 0 additions & 49 deletions docs/README.md

This file was deleted.

4 changes: 4 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.. autosummary::
:toctree: generated

src
3 changes: 0 additions & 3 deletions docs/babel.config.js

This file was deleted.

35 changes: 35 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Configuration file for the Sphinx documentation builder.

# -- Project information

project = 'Lumache'
copyright = '2021, Graziella'
author = 'Graziella'

release = '0.1'
version = '0.1.0'

# -- General configuration

extensions = [
'sphinx.ext.duration',
'sphinx.ext.doctest',
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.intersphinx',
]

intersphinx_mapping = {
'python': ('https://docs.python.org/3/', None),
'sphinx': ('https://www.sphinx-doc.org/en/master/', None),
}
intersphinx_disabled_domains = ['std']

templates_path = ['_templates']

# -- Options for HTML output

html_theme = 'sphinx_rtd_theme'

# -- Options for EPUB output
epub_show_urls = 'footnote'
126 changes: 0 additions & 126 deletions docs/docusaurus.config.js

This file was deleted.

Loading

0 comments on commit 086111d

Please sign in to comment.