Skip to content

Commit

Permalink
Testing Settings Report table, to see if I can fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Jan 29, 2025
1 parent a44a763 commit 0a4c02d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: pdf-docs
path: doc/_build/simplepdf
path: doc/_build/simplepdf/ARMI.pdf
retention-days: 5
2 changes: 1 addition & 1 deletion doc/user/inputs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1607,7 +1607,7 @@ through ``self.cs``.
# User textwrap to split up long words that mess up the table.
wrapper = textwrap.TextWrapper(width=25, subsequent_indent='')
wrapper2 = textwrap.TextWrapper(width=10, subsequent_indent='')
content = '\n.. list-table:: ARMI Settings\n :header-rows: 1\n :widths: 20 30 15 15\n \n'
content = '\n.. list-table:: ARMI Settings\n :header-rows: 1\n :widths: 20 30 15 15\n :class: ssp-table-wrap\n \n'
content += ' * - Name\n - Description\n - Default\n - Options\n'

for setting in sorted(cs.values(), key=lambda s: s.name):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,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
"sphinx-simplepdf", # Used to make PDF versions of the docs
"sphinx-simplepdf==1.6.0", # Used to make PDF versions of the docs
]

[project.scripts]
Expand Down

0 comments on commit 0a4c02d

Please sign in to comment.