Skip to content

Commit

Permalink
docs: deleted src folder
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoTartarini committed Oct 26, 2023
1 parent 6efe420 commit 77cf140
Show file tree
Hide file tree
Showing 44 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ formats: all

# Optionally set the version of Python and requirements required to build your docs
build:
os: "ubuntu-22.04"
os: ubuntu-22.04
tools:
python: "3.11"

Expand All @@ -28,3 +28,5 @@ build:
python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import os
import sys

sys.path.insert(0, os.path.abspath(os.path.join("..", "..")))
sys.path.insert(0, os.path.abspath(".."))

extensions = [
"sphinx.ext.autodoc",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.

0 comments on commit 77cf140

Please sign in to comment.