Skip to content

Commit

Permalink
python3-sphynx
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Baluta <[email protected]>
  • Loading branch information
dbaluta committed Jan 30, 2023
1 parent 81a7b3f commit 366030f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Install native dependencies
run: sudo apt-get update -y && sudo apt-get install -y ditaa graphviz
run: sudo apt-get update -y && sudo apt-get install -y ditaa graphviz && sudo apt-get install -y python3-sphinx
- name: Install pip dependencies
run: sudo pip install Sphinx==1.6.7 sphinx_rtd_theme hieroglyph==1.0
- name: Build documentation
Expand Down
5 changes: 4 additions & 1 deletion scripts/sphinx-pre-install
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,10 @@ sub check_needs()
printf "\n";

printf "Hello\n";
printf "---- %s -----", which("sphinx-build-3");
printf "python: ---- %s -----\n", which("python");
printf "python3: ---- %s -----\n", which("python3-sphinx");
print "list files --- %s ----\n", `ls -al /usr/bin/python`
printf "sphinx-build-3---- %s -----\n", which("sphinx-build-3");
printf "hello\n";

print "All optional dependencies are met.\n" if (!$optional);
Expand Down

0 comments on commit 366030f

Please sign in to comment.