File tree 2 files changed +0
-37
lines changed
2 files changed +0
-37
lines changed Original file line number Diff line number Diff line change @@ -107,9 +107,6 @@ Alternatively, installation packages are available for:
107
107
108
108
* `Arch Linux `_
109
109
110
- There are also Docker images `jnikula/hawkmoth `_ and
111
- `jnikula/hawkmoth-latexpdf `_ at Docker Hub.
112
-
113
110
In Sphinx ``conf.py ``, add ``hawkmoth `` to ``extensions ``, and point
114
111
``hawkmoth_root `` at the source tree. See the extension documentation for
115
112
details.
@@ -118,10 +115,6 @@ details.
118
115
119
116
.. _Arch Linux : https://aur.archlinux.org/packages/?K=hawkmoth
120
117
121
- .. _jnikula/hawkmoth-latexpdf : https://hub.docker.com/repository/docker/jnikula/hawkmoth-latexpdf
122
-
123
- .. _jnikula/hawkmoth : https://hub.docker.com/repository/docker/jnikula/hawkmoth
124
-
125
118
Development and Contributing
126
119
----------------------------
127
120
Original file line number Diff line number Diff line change @@ -79,36 +79,6 @@ the distro Clang package available to the virtual environment. For example:
79
79
80
80
python3 -m venv --system-site-packages .venv
81
81
82
- Docker
83
- ------
84
-
85
- To run Sphinx and Hawkmoth using Docker, there are separate images with and
86
- without Latex PDF support, `jnikula/hawkmoth-latexpdf `_ and `jnikula/hawkmoth `_,
87
- respectively. If you don't need Latex PDF support, the latter is much smaller.
88
-
89
- The images are based on the official Sphinx Docker images
90
- `sphinxdoc/sphinx-latexpdf `_ and `sphinxdoc/sphinx `_, and can be used
91
- similarly. Just replace the image names.
92
-
93
- For example:
94
-
95
- .. code-block :: shell
96
-
97
- docker run --rm -v /path/to/document:/docs jnikula/hawkmoth make html
98
-
99
- To create your own custom images, please have a look at the ``docker `` directory
100
- in the `Hawkmoth source repository `_ for a starting point.
101
-
102
- .. _jnikula/hawkmoth-latexpdf : https://hub.docker.com/repository/docker/jnikula/hawkmoth-latexpdf
103
-
104
- .. _jnikula/hawkmoth : https://hub.docker.com/repository/docker/jnikula/hawkmoth
105
-
106
- .. _sphinxdoc/sphinx-latexpdf : https://hub.docker.com/r/sphinxdoc/sphinx-latexpdf
107
-
108
- .. _sphinxdoc/sphinx : https://hub.docker.com/r/sphinxdoc/sphinx
109
-
110
- .. _Hawkmoth source repository : https://github.com/jnikula/hawkmoth
111
-
112
82
Read the Docs
113
83
-------------
114
84
You can’t perform that action at this time.
0 commit comments