Skip to content

Commit ec0aafa

Browse files
committed
docs: remove docker documentation
Stop doing release docker images. Nobody seems to need them.
1 parent d8f5301 commit ec0aafa

File tree

2 files changed

+0
-37
lines changed

2 files changed

+0
-37
lines changed

README.rst

-7
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,6 @@ Alternatively, installation packages are available for:
107107

108108
* `Arch Linux`_
109109

110-
There are also Docker images `jnikula/hawkmoth`_ and
111-
`jnikula/hawkmoth-latexpdf`_ at Docker Hub.
112-
113110
In Sphinx ``conf.py``, add ``hawkmoth`` to ``extensions``, and point
114111
``hawkmoth_root`` at the source tree. See the extension documentation for
115112
details.
@@ -118,10 +115,6 @@ details.
118115

119116
.. _Arch Linux: https://aur.archlinux.org/packages/?K=hawkmoth
120117

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-
125118
Development and Contributing
126119
----------------------------
127120

doc/installation.rst

-30
Original file line numberDiff line numberDiff line change
@@ -79,36 +79,6 @@ the distro Clang package available to the virtual environment. For example:
7979
8080
python3 -m venv --system-site-packages .venv
8181
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-
11282
Read the Docs
11383
-------------
11484

0 commit comments

Comments
 (0)