Skip to content

Commit

Permalink
Merge pull request #6 from mgrover1/fix-duplicate-rtd
Browse files Browse the repository at this point in the history
Fix duplicated read the docs
  • Loading branch information
mgrover1 authored Jul 7, 2023
2 parents ab0b43a + 0d1c086 commit 7b47481
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 22 deletions.
16 changes: 0 additions & 16 deletions .readthedocs.yaml

This file was deleted.

22 changes: 16 additions & 6 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
python:
version: 3
setup_py_install: true
system_packages: true
install:
- requirements: docs/requirements-docs.txt
# Required
version: 2

# Conda env
conda:
environment: ci/environment-docs.yml

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: '3.11'

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

0 comments on commit 7b47481

Please sign in to comment.