Skip to content

Commit

Permalink
install pandoc with apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
pelinski committed Aug 8, 2024
1 parent 7ce7982 commit fcc968b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 13 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ jobs:
python -m pip install --upgrade pip
pip install pipenv
pipenv install -d
apt-get install pandoc
- name: Build documentation
run: |
pandoc -s readme.md -o docs/readme.rst
pipenv run sphinx-build -M html docs/ docs/_build
Expand Down
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ pip-chill = "*"
sphinx = "*"
sphinx-rtd-theme = "*"
build = "*"
pypandoc = "*"

[scripts]
test = "python test/test.py"
Expand Down
10 changes: 1 addition & 9 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
import os
import sys
import re
import pypandoc
sys.path.insert(0, os.path.abspath('../pybela'))
pypandoc.convert_file('../readme.md', 'rst', outputfile="readme.rst")

author = 'Teresa Pelinski'
copyright = '2024'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ arrow==1.3.0
asttokens==2.4.1
async-lru==2.0.4
attrs==24.2.0
babel==2.15.0
babel==2.16.0
bcrypt==4.2.0
beautifulsoup4==4.12.3
bitarray==2.9.2
Expand Down

0 comments on commit fcc968b

Please sign in to comment.