Skip to content

Commit

Permalink
add readthedocs sphinx files
Browse files Browse the repository at this point in the history
  • Loading branch information
ezbz committed Jul 3, 2024
1 parent 46e9dee commit d024e94
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
23 changes: 11 additions & 12 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,23 @@
# Required
version: 2

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

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

# Optionally build your docs in additional formats such as PDF and ePub
# If using Sphinx, optionally build your docs in additional formats such as PDF
formats:
- pdf
- epub

# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: requirements.txt
- requirements: docs/requirements.txt
- method: pip
path: .
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ build-backend = "flit_core.buildapi"

[project]
name = "gitlabber"
authors = [{name = "Graziella", email = "graziella@gitlabber"}]
authors = [{name = "ezbz", email = "ezbz@github"}]
dynamic = ["version", "description"]

0 comments on commit d024e94

Please sign in to comment.