More testing with doc build
This commit is contained in:
parent
98aa1d0c1e
commit
a875ded18b
2 changed files with 1 additions and 10 deletions
10
.github/workflows/github_action_build_docs.yml
vendored
10
.github/workflows/github_action_build_docs.yml
vendored
|
|
@ -31,6 +31,7 @@ jobs:
|
||||||
- name: Install doc-building dependencies
|
- name: Install doc-building dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
pip install -r requirements.txt
|
||||||
cd docs/
|
cd docs/
|
||||||
make install
|
make install
|
||||||
|
|
||||||
|
|
@ -40,15 +41,6 @@ jobs:
|
||||||
cd docs/
|
cd docs/
|
||||||
make quickstrict
|
make quickstrict
|
||||||
|
|
||||||
# full game dir needed for mv-local
|
|
||||||
# - name: Set up evennia game dir
|
|
||||||
# run: |
|
|
||||||
# pip install -e .
|
|
||||||
# cd ..
|
|
||||||
# evennia --init gamedir
|
|
||||||
# cd gamedir
|
|
||||||
# evennia migrate
|
|
||||||
|
|
||||||
- name: Deploy docs (only from master/develop branch)
|
- name: Deploy docs (only from master/develop branch)
|
||||||
if: ${{ github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master'}}
|
if: ${{ github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master'}}
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,6 @@ sphinx==3.2.1
|
||||||
sphinx-multiversion==0.2.4
|
sphinx-multiversion==0.2.4
|
||||||
myst-parser==0.15.2
|
myst-parser==0.15.2
|
||||||
myst-parser[linkify]==0.15.2
|
myst-parser[linkify]==0.15.2
|
||||||
simpleeval==0.9.11
|
|
||||||
|
|
||||||
# recommonmark custom branch with evennia-specific fixes
|
# recommonmark custom branch with evennia-specific fixes
|
||||||
# git+https://github.com/evennia/recommonmark.git@evennia-mods#egg=recommonmark
|
# git+https://github.com/evennia/recommonmark.git@evennia-mods#egg=recommonmark
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue