Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit ab69b84

Browse files
committed
Installed 'copybutton' extension
Updated project dependencies. Fixed appendixes for PDF output. Signed-off-by: Serhii Horodilov <sgorodil@gmail.com>
1 parent 3ed08db commit ab69b84

File tree

4 files changed

+42
-18
lines changed

4 files changed

+42
-18
lines changed

poetry.lock

Lines changed: 33 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ sphinx-rtd-theme = "^1.2.0"
3939
myst-parser = "^1.0.0"
4040
sphinxcontrib-bibtex = "^2.5.0"
4141
sphinxcontrib-mermaid = "^0.8.1"
42+
sphinx-copybutton = "^0.5.2"
4243

4344
[tool.poetry.dev-dependencies]
4445

requirements.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,24 @@ colorama==0.4.6 ; python_version >= "3.9" and python_version < "4.0" and sys_pla
77
docutils==0.18.1 ; python_version >= "3.9" and python_version < "4.0"
88
idna==3.4 ; python_version >= "3.9" and python_version < "4"
99
imagesize==1.4.1 ; python_version >= "3.9" and python_version < "4.0"
10-
importlib-metadata==6.1.0 ; python_version >= "3.9" and python_version < "3.10"
10+
importlib-metadata==6.3.0 ; python_version >= "3.9" and python_version < "3.10"
1111
jinja2==3.1.2 ; python_version >= "3.9" and python_version < "4.0"
1212
latexcodec==2.0.1 ; python_version >= "3.9" and python_version < "4.0"
1313
markdown-it-py==2.2.0 ; python_version >= "3.9" and python_version < "4.0"
1414
markupsafe==2.1.2 ; python_version >= "3.9" and python_version < "4.0"
1515
mdit-py-plugins==0.3.5 ; python_version >= "3.9" and python_version < "4.0"
1616
mdurl==0.1.2 ; python_version >= "3.9" and python_version < "4.0"
1717
myst-parser==1.0.0 ; python_version >= "3.9" and python_version < "4.0"
18-
packaging==23.0 ; python_version >= "3.9" and python_version < "4.0"
18+
packaging==23.1 ; python_version >= "3.9" and python_version < "4.0"
1919
pybtex-docutils==1.0.2 ; python_version >= "3.9" and python_version < "4.0"
2020
pybtex==0.24.0 ; python_version >= "3.9" and python_version < "4.0"
21-
pygments==2.14.0 ; python_version >= "3.9" and python_version < "4.0"
21+
pygments==2.15.0 ; python_version >= "3.9" and python_version < "4.0"
2222
pyyaml==6.0 ; python_version >= "3.9" and python_version < "4.0"
2323
requests==2.28.2 ; python_version >= "3.9" and python_version < "4"
24-
setuptools==67.6.0 ; python_version >= "3.9" and python_version < "4.0"
24+
setuptools==67.6.1 ; python_version >= "3.9" and python_version < "4.0"
2525
six==1.16.0 ; python_version >= "3.9" and python_version < "4.0"
2626
snowballstemmer==2.2.0 ; python_version >= "3.9" and python_version < "4.0"
27+
sphinx-copybutton==0.5.2 ; python_version >= "3.9" and python_version < "4.0"
2728
sphinx-intl==2.1.0 ; python_version >= "3.9" and python_version < "4.0"
2829
sphinx-rtd-theme==1.2.0 ; python_version >= "3.9" and python_version < "4.0"
2930
sphinx==6.1.3 ; python_version >= "3.9" and python_version < "4.0"

src/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"sphinxcontrib.mermaid",
2727
"sphinx_rtd_theme",
2828
"myst_parser",
29+
"sphinx_copybutton",
2930
]
3031
source_suffix = {
3132
".txt": "restructuredtext",
@@ -55,6 +56,7 @@
5556
(master_doc, latex_doc, project, authors, "manual", False),
5657
("appx/software_list", "Software.tex", project, authors, "howto", False),
5758
("appx/code_edit", "IDE.tex", project, authors, "howto", False),
59+
("appx/blog", "DjangoBlog.tex", project, authors, "howto", False),
5860
]
5961
latex_appendices = [
6062
"appx/software_list",
@@ -63,5 +65,6 @@
6365
"appx/precedence",
6466
"appx/printf",
6567
"appx/conv_store",
68+
"appx/wtk",
6669
"appx/blog",
6770
]

0 commit comments

Comments
 (0)