Skip to content

Commit

Permalink
github action added to build sphinx-based doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmnavarrol committed Sep 23, 2023
1 parent 3726371 commit dfe5188
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
export BME_PROJECT_DIR="${GITHUB_WORKSPACE}"
echo "Python version: "`python --version`
echo "pip version: "`pip --version`
pip install Sphinx==5.3.0
#python -m venv "${GITHUB_WORKSPACE}/.virtualenv" \
#&& pip install --requirement "${GITHUB_WORKSPACE}/python-virtualenvs/multigit-development.requirements"
- name: Sphinx build
Expand Down

0 comments on commit dfe5188

Please sign in to comment.