Skip to content

Commit

Permalink
Remove gemini_instruments compilation, add replacements
Browse files Browse the repository at this point in the history
  • Loading branch information
teald committed Dec 11, 2023
1 parent b6ba002 commit af7d80b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,6 @@
.. |open| replace:: :func:`~astrodata.open`
.. |return_list| replace:: :func:`~astrodata.return_list`
.. |version| replace:: :func:`~astrodata.version`
.. |UserGuide| replace:: :doc:`User Guide </manuals/usermanual/index>`
.. |DeveloperGuide| replace:: :doc:`Developer Guide </manuals/progmanual/index>`
"""
2 changes: 1 addition & 1 deletion docs/manuals/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ def run_api_doc(_):
The .rst files will be generated. After that, you can use PyCharm's
build helper.
"""
build_packages = ["astrodata", "gemini_instruments"]
build_packages = ["astrodata"] # , "gemini_instruments"]

current_path = os.path.abspath(os.path.dirname(__file__))
root_path = os.path.abspath(os.path.join(current_path, "..", ".."))
Expand Down

0 comments on commit af7d80b

Please sign in to comment.