Skip to content

Commit

Permalink
Fixing data file pathing
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Feb 7, 2025
1 parent f11a982 commit 54e8f05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions doc/qa_docs/str.rst
Original file line number Diff line number Diff line change
Expand Up @@ -211,12 +211,12 @@ System Information
The logged operating system and processor information proves what environment the software was
tested on:

.. literalinclude:: ../system_info.log
.. literalinclude:: ../../system_info.log

Python Version and Packages
+++++++++++++++++++++++++++

.. literalinclude:: ../python_details.log
.. literalinclude:: ../../python_details.log

.. _ref_armi_software_date:

Expand All @@ -225,7 +225,7 @@ Software Tested and Date

The software tested and date of testing are below:

.. literalinclude:: ../python_details.log
.. literalinclude:: ../../python_details.log
:lines: 1-2

Record of Test Cases
Expand All @@ -235,12 +235,12 @@ This section includes the resulting test record for each test which together wit
:numref:`Section %s <ref_armi_test_env>` satisfies the criteria necessary for the creation of the
test record defined in :numref:`Section %s <ref_armi_record_criteria>`.

.. test-results:: ../test_results.xml
.. test-results:: ../../test_results.xml


Appendix A Pytest Verbose Output
--------------------------------

Below is the verbose output of the pytest run for armi.

.. literalinclude:: ../pytest_verbose.log
.. literalinclude:: ../../pytest_verbose.log
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ docs = [
# #
# We are only building our docs with Python 3.13. #
######################################################################################
"docutils", # Needed by sphinx-rtd-them
"docutils==0.21.2", # Needed by sphinx-rtd-them
"ipykernel", # iPython kernel to run Jupyter notebooks
"Jinja2", # Used in numpydoc and nbconvert
"nbsphinx", # Parses Jupyter notebooks
Expand Down

0 comments on commit 54e8f05

Please sign in to comment.