File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -108,13 +108,14 @@ build-docs-html: install-docs
108
108
[script ]
109
109
_ open-pdf-docs :
110
110
import webbrowser
111
+ from pathlib import Path
111
112
webbrowser.open(f" file://{Path('./doc/build/pdf/django-typer.pdf').absolute()}" )
112
113
113
114
# build pdf documentation
114
115
build-docs-pdf : install-docs
115
116
@ just run sphinx-build --fresh-env --builder latex --doctree-dir ./ doc/ build/ doctrees ./ doc/ source ./ doc/ build/ pdf
116
117
make -C ./ doc/ build/ pdf
117
- @ just _open_pdf -docs
118
+ @ just _open-pdf -docs
118
119
119
120
# build the docs
120
121
build-docs : build-docs-html
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ rich = ["rich>=10.11.0,<14.0.0"]
71
71
"Documentation" = " https://django-typer.readthedocs.io"
72
72
"Repository" = " https://github.com/django-commons/django-typer"
73
73
"Issues" = " https://github.com/django-commons/django-typer/issues"
74
- "Changelog" = " https://django-typer.readthedocs.io/en/latest /changelog.html"
74
+ "Changelog" = " https://django-typer.readthedocs.io/en/stable /changelog.html"
75
75
"Code_of_Conduct" = " https://github.com/django-commons/membership/blob/main/CODE_OF_CONDUCT.md"
76
76
77
77
You can’t perform that action at this time.
0 commit comments