Skip to content

Commit

Permalink
Adding a requirements document in the hopes of getting sphinx bibtex.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlconlin committed Jan 26, 2021
1 parent be816c9 commit 659651c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ sphinx:
formats: all

# Optionally set the version of Python and requirements required to build your docs
# python:
# version: 3.7
# install:
# - requirements: docs/requirements.txt
python:
version: 3.7
install:
- requirements: docs/requirements.txt

1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sphinxcontrib-bibtex

0 comments on commit 659651c

Please sign in to comment.