Skip to content

Commit

Permalink
read readthedocs file
Browse files Browse the repository at this point in the history
  • Loading branch information
MAfarrag committed Mar 3, 2024
1 parent b3583fa commit 6101d51
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

sphinx:
configuration: docs/conf.py

python:
version: 3.11
install:
- requirements: docs/requirements.txt
- method: pip
path: .
extra_requirements:
- docs

build:
image: latest


# Optionally build your docs in additional formats such as PDF and ePub
formats: all

0 comments on commit 6101d51

Please sign in to comment.