File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,13 @@ build:
15
15
- libpango-1.0-0
16
16
- libgdk-pixbuf2.0-0
17
17
- libffi-dev
18
+ - chromium-browser
19
+ - libasound2
18
20
jobs :
21
+ post_create_environment :
22
+ - wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
23
+ - dpkg -x google-chrome-stable_current_amd64.deb $HOME/chrome
24
+ - touch $HOME/.rtd.build
19
25
post_install :
20
26
- pip install uv
21
27
- UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync --all-extras --group docs --link-mode=copy
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ improvements <https://github.com/django-commons/django-typer/issues/170>`_ are m
35
35
.. raw :: html
36
36
:file: _static/img/minimal_profile.svg
37
37
38
- .. only :: latexpdf
38
+ .. only :: latex
39
39
40
40
.. literalinclude :: _static/img/minimal_profile.txt
41
41
@@ -51,6 +51,6 @@ using :pypi:`django-typer` is minimal. On the order of a few 10s of milliseconds
51
51
.. raw :: html
52
52
:file: _static/img/polls_profile.svg
53
53
54
- .. only :: latexpdf
54
+ .. only :: latex
55
55
56
56
.. literalinclude :: _static/img/polls_profile.txt
Original file line number Diff line number Diff line change @@ -105,6 +105,9 @@ modules = "django_typer"
105
105
max-line-length = 100
106
106
sphinx = true
107
107
ignore = [ " D004" ]
108
+ ignore-path = [
109
+ " doc/source/_static/img/*.txt"
110
+ ]
108
111
109
112
[tool .pytest .ini_options ]
110
113
# py.test options:
You can’t perform that action at this time.
0 commit comments