From 54e8f05b667cceb6de41867a19d278c2cff9330f Mon Sep 17 00:00:00 2001 From: jstilley Date: Fri, 7 Feb 2025 08:25:54 -0800 Subject: [PATCH] Fixing data file pathing --- doc/qa_docs/str.rst | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/qa_docs/str.rst b/doc/qa_docs/str.rst index 6e35db507..1240e9a8f 100644 --- a/doc/qa_docs/str.rst +++ b/doc/qa_docs/str.rst @@ -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: @@ -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 @@ -235,7 +235,7 @@ This section includes the resulting test record for each test which together wit :numref:`Section %s ` satisfies the criteria necessary for the creation of the test record defined in :numref:`Section %s `. -.. test-results:: ../test_results.xml +.. test-results:: ../../test_results.xml Appendix A Pytest Verbose Output @@ -243,4 +243,4 @@ Appendix A Pytest Verbose Output Below is the verbose output of the pytest run for armi. -.. literalinclude:: ../pytest_verbose.log +.. literalinclude:: ../../pytest_verbose.log diff --git a/pyproject.toml b/pyproject.toml index 749819e1e..8995f13fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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