Commit 72b41ca3d7a630ef984226f6c1a4ddd5977510b1

Authored by Alexis Koralewski
1 parent 5a8b41da
Exists in dev

fix error on update due to package version for doc generation

Showing 2 changed files with 3 additions and 1 deletions   Show diff stats
CHANGELOG
1 1 21-07-2023 (AKo): V0.6.27.0
2 2 - install_observatory now copy default observatory if repository doesn't exists
  3 + - fix error on update due to package version for doc generation
  4 + - update dockerfile (can't copy outside build context)
3 5  
4 6 21-07-2023 (AKo): V0.6.27.0
5 7 - Fix issues due to deletion of modules (utils)
... ...
doc/doc_rst/requirements.txt
... ... @@ -30,7 +30,7 @@ idna==3.3
30 30 # via requests
31 31 imagesize==1.3.0
32 32 # via sphinx
33   -importlib-metadata==4.11.4
  33 +importlib-metadata==4.14.0
34 34 # via
35 35 # rst2pdf
36 36 # sphinx
... ...