diff options
| -rw-r--r-- | source/computer_aided/3d_printing/hexagonal_pattern_weights/index.rst | 4 | ||||
| -rw-r--r-- | source/conf.py | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/source/computer_aided/3d_printing/hexagonal_pattern_weights/index.rst b/source/computer_aided/3d_printing/hexagonal_pattern_weights/index.rst index 1c42c59..d388bd8 100644 --- a/source/computer_aided/3d_printing/hexagonal_pattern_weights/index.rst +++ b/source/computer_aided/3d_printing/hexagonal_pattern_weights/index.rst @@ -66,3 +66,7 @@ top as decoration. See also -------- +* `Blog post on my first and second batch of pattern weights + <https://blog.trueelena.org/blog/2025/02/24-pattern_weights/index.html>`_ +* `Blog post on my third batch of pattern weights + <https://blog.trueelena.org/blog/2025/08/09-moar_pattern_weights/index.html>`_ diff --git a/source/conf.py b/source/conf.py index 96ccd7d..dcaecf5 100644 --- a/source/conf.py +++ b/source/conf.py @@ -14,7 +14,8 @@ author = 'Elena “of Valhalla”' # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration extensions = [ - 'sphinxcontrib.inkscapeconverter', + #'sphinxcontrib.inkscapeconverter', + 'sphinxcontrib.rsvgconverter', 'sphinxcontrib.bibtex', ] |
