Skip to content

Commit

Permalink
ci: added ReadTheDocs config files
Browse files Browse the repository at this point in the history
  • Loading branch information
Omnikron13 committed Apr 4, 2024
1 parent aa3b5dd commit c36e27c
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required. I presume it to be the latest...
version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-latest
tools:
#python: "3.12"
golang: "1.22"

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

# Optionally build your docs in additional formats such as PDF and ePub
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
# python:
# install:
# - requirements: docs/requirements.txt
#
7 changes: 7 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Very rudimentary project information ##
project = 'pixelview'
copyright = '2019, Joey Sabey'
author = 'Joey Sabey

release = '0.0.0'
version = '0.0.0'

0 comments on commit c36e27c

Please sign in to comment.