Skip to content

Commit

Permalink
Merge pull request #32 from gyli/add-fontawesome-from-package
Browse files Browse the repository at this point in the history
Add Font Awesome as required package
  • Loading branch information
gyli authored Jun 7, 2022
2 parents bfcba90 + 22a0293 commit 3dc4d13
Show file tree
Hide file tree
Showing 45 changed files with 2,278 additions and 1,495 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ formats:
# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: docs/requirements.txt
- requirements: requirements_doc.txt
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ include *.md
include *.rst
include requirements.txt

recursive-include pywaffle *.py *.otf
recursive-include pywaffle *.py
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ python3 -m examples.generate_plots
#python3 -m sphinx -T -E -b html -d _build/doctrees -D language=en . _build/html

# Upgrade Font Awesome
#python3 scripts/get_fontawesome.py
#python3 scripts/fontawesome_mapping_generator.py

deactivate

Loading

0 comments on commit 3dc4d13

Please sign in to comment.