Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
YeisonCardona committed Feb 21, 2024
2 parents fc8edb2 + 6ad5efb commit 0a44bac
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 5 deletions.
26 changes: 26 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py

# Optionally set the version of Python and requirements required to build your docs
python:
install:
- requirements: docs/requirements

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.11"

formats:
- epub
- pdf

4 changes: 4 additions & 0 deletions docs/source/_modules/setup.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.. automodule:: setup
:members:
:undoc-members:
:show-inheritance:
5 changes: 0 additions & 5 deletions docs/source/_static/dunderlab_custom.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
:root {
--accent: #FC4DB5;
--accent_dark: #b0357e;
}

pre.literal-block,
.highlight pre {
background-color: #fbfbfb;
Expand Down

0 comments on commit 0a44bac

Please sign in to comment.