Skip to content

Commit

Permalink
update readthedocs.yml to build
Browse files Browse the repository at this point in the history
with newer sphinx; add .DS_Store to .gitignore
  • Loading branch information
rwxayheee committed Sep 19, 2024
1 parent ee44699 commit 4d3f6ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.DS_Store
*.o
build/python/vina/autodock_vina_wrap.cpp
build/python/vina/vina_wrapper.py
5 changes: 3 additions & 2 deletions readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ sphinx:
formats: all

build:
image: latest
os: ubuntu-22.04
tools:
python: "miniconda3-4.7"

conda:
environment: build/python/environment.yml

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3
install:
- method: setuptools
path: build/python

0 comments on commit 4d3f6ee

Please sign in to comment.