Skip to content

Commit

Permalink
address Issue 1718 + gitignore for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
albeanth committed Jun 2, 2024
1 parent 9ebfe34 commit ca030e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ venv*/
*.h5
*.txt

# metadata file specific to MacOS
.DS_Store

# vis files
*.vtu
*.vtd
Expand Down
2 changes: 1 addition & 1 deletion doc/developer/documenting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Building the documentation
Before building documentation, ensure that you have installed the test requirements into
your ARMI virtual environment with::

pip install -e .[test]
pip install -e .[docs]

You also need to have the following utilities available in your PATH:

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ docs = [
"sphinxcontrib-jquery==4.1", # Handle missing jquery errors
"jupyter-contrib-nbextensions", # A collections of JS extensions for jupyter notebooks
"lxml<5.0.0", # Needed because the dep above is no longer an active project
"wxPython", # optional for default install, needed for docs build
]

[project.scripts]
Expand Down

0 comments on commit ca030e1

Please sign in to comment.