Skip to content

Commit 9c6a97e

Browse files
Update CHANGELOG and remove pdf from rtd
1 parent ba3ad86 commit 9c6a97e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ build:
1111
sphinx:
1212
configuration: docs/source/conf.py
1313

14-
# Default is HTML
15-
formats:
16-
- pdf
14+
# # Default is HTML
15+
# formats: []
1716

1817
# Optionally declare the Python requirements required to build your docs
1918
python:

CHANGELOG.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fantastic additions!
2424
- Added .3dm import, thanks to `@normanrichardson <https://github.com/normanrichardson>`_
2525
- Introduction of a ``CompoundGeometry`` class for geometries with multiple regions
2626
- ``Geometry`` objects are assigned a ``Material`` property object, ``CompoundGeometry`` objects
27-
can contain multiple ``Geometry`` objects (each with their own ``Material`` object)
27+
can contain multiple ``Geometry`` objects (each with their own ``Material`` object)
2828
enabling composite analysis
2929
- ``Geometry`` and ``CompoundGeometry`` objects contain mesh information and meshing must be
3030
performed before initialising a ``Section`` object
@@ -56,6 +56,8 @@ Analysis:
5656
Post-Processor:
5757
^^^^^^^^^^^^^^
5858

59+
- Added the ``plotting_context`` manager, allowing easily saving files, passing kwargs to ``pyplot.subplots()``
60+
and much more! Many thanks to `@Spectre5 <https://github.com/Spectre5>`_
5961
- Improved contour plotting behaviour
6062
- Added plotting of Mohr's circle of stresses for any given point, thanks to
6163
`@ccaprani <https://github.com/ccaprani>`_

0 commit comments

Comments
 (0)