diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..a924ef8f4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +**/*.png filter=lfs diff=lfs merge=lfs -text diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 15010cb78..ebbddd839 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -20,6 +20,22 @@ build: os: ubuntu-22.04 tools: python: mambaforge-4.10 + jobs: + post_checkout: + # Download and uncompress the binary + # https://git-lfs.github.com/ + - wget https://github.com/git-lfs/git-lfs/releases/download/v3.1.4/git-lfs-linux-amd64-v3.1.4.tar.gz + - tar xvfz git-lfs-linux-amd64-v3.1.4.tar.gz + # Modify LFS config paths to point where git-lfs binary was downloaded + - git config filter.lfs.process "`pwd`/git-lfs filter-process" + - git config filter.lfs.smudge "`pwd`/git-lfs smudge -- %f" + - git config filter.lfs.clean "`pwd`/git-lfs clean -- %f" + # Make LFS available in current repository + - ./git-lfs install + # Download content from remote + - ./git-lfs fetch + # Make local files to have the real content on them + - ./git-lfs checkout conda: environment: docs/rtd_environment.yaml diff --git a/CHANGES.rst b/CHANGES.rst index 0a762f36d..cdf9cb6c7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,6 +6,12 @@ jump detection - Added uneven ramp-jump detection docs. [#1035] +======= +documentation +------------- + +- added user documentation for ``roman_static_preview`` script [#1046] + 0.13.0 (2023-11-28) =================== diff --git a/docs/_static/roman_logo_black_w200px.png b/docs/_static/roman_logo_black_w200px.png deleted file mode 100644 index c779bd402..000000000 Binary files a/docs/_static/roman_logo_black_w200px.png and /dev/null differ