FIX: hardcode python path and change stylesheet path
This commit is contained in:
@ -15,7 +15,7 @@ jobs:
|
|||||||
- name: Check modules
|
- name: Check modules
|
||||||
run: |
|
run: |
|
||||||
source /opt/psi/config/profile.bash
|
source /opt/psi/config/profile.bash
|
||||||
module load Python
|
module load Python/3.9.10
|
||||||
export COLUMNS=9000
|
export COLUMNS=9000
|
||||||
export TERM='xterm'
|
export TERM='xterm'
|
||||||
python3 -m venv pm_tools_venv
|
python3 -m venv pm_tools_venv
|
||||||
@ -34,7 +34,7 @@ jobs:
|
|||||||
-a icons=font \
|
-a icons=font \
|
||||||
-a source-highlighter=Pygments \
|
-a source-highlighter=Pygments \
|
||||||
-a experimental \
|
-a experimental \
|
||||||
-a stylesheet=$CI_PROJECT_DIR/doc/stylesheets/readthedocs.css \
|
-a stylesheet=./stylesheets/readthedocs.css \
|
||||||
-D public \
|
-D public \
|
||||||
-R doc '**/*.adoc'
|
-R doc '**/*.adoc'
|
||||||
>
|
>
|
Reference in New Issue
Block a user