diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2024-06-21 12:49:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-21 12:49:45 -0400 |
commit | 77a0276d9f37bcf828c77f9bcc59ff945116274e (patch) | |
tree | 91cf7cb955798ad40718341172b0a8ffbc59a1f2 /docs | |
parent | 931ee28eb9c5b5e3c2b0d3008f5f65d810dc9b0c (diff) | |
download | stasis-77a0276d9f37bcf828c77f9bcc59ff945116274e.tar.gz |
Rebrand OhMyCal (OMC) as STASIS (#7)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Doxyfile | 2 | ||||
-rw-r--r-- | docs/conf.py | 2 | ||||
-rw-r--r-- | docs/environment.yaml | 1 |
3 files changed, 2 insertions, 3 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile index cacb2f9..92fcec2 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -4,7 +4,7 @@ # Project related configuration options #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 -PROJECT_NAME = "Oh My Cal" +PROJECT_NAME = "STASIS" PROJECT_NUMBER = PROJECT_BRIEF = "A pipeline delivery generator" PROJECT_LOGO = logo.png diff --git a/docs/conf.py b/docs/conf.py index 6610bbd..93d31a8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -32,7 +32,7 @@ subprocess.run("doxygen", shell=True) # -- Project information ----------------------------------------------------- -project = 'Oh My Cal' +project = 'STASIS' copyright = '2023-2024, Space Telescope Science Institute' author = 'Joseph Hunkeler' diff --git a/docs/environment.yaml b/docs/environment.yaml index fed35ba..fe5f8cd 100644 --- a/docs/environment.yaml +++ b/docs/environment.yaml @@ -1,7 +1,6 @@ name: RTD channels: - conda-forge - - defaults dependencies: - python=3.11 - doxygen |