Skip to content

Commit

Permalink
docs: sphinx now writes &#8212 not &mdash
Browse files Browse the repository at this point in the history
  • Loading branch information
wojdyr committed Sep 18, 2021
1 parent ff01eb2 commit b45ba47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ website:
BUILD_WEBSITE=1 $(SPHINX) -b html -Awebsite=1 . web
cp screenshots/fityk-1.0.1-osx-so.png web/_images/
rm -f web/objects.inv web/.buildinfo
sed -i 's/— Fityk ..... manual//' web/index.html web/screens.html
sed -i 's/— Fityk ..... manual//' web/index.html web/screens.html

.PHONY: pdf website

0 comments on commit b45ba47

Please sign in to comment.