Skip to content

Fix the Fortran code documentaion#395

Merged
sanjan98 merged 4 commits intomainfrom
fixDoxygenDocs
Feb 5, 2026
Merged

Fix the Fortran code documentaion#395
sanjan98 merged 4 commits intomainfrom
fixDoxygenDocs

Conversation

@eirikurj
Copy link
Copy Markdown
Collaborator

Purpose

Noticed that the Fortran code documentation was broken.

This PR

  • adds a static html path such that the Doxygen code documentation is copied over
  • removes a redundant css that is provided by the sphinx_mdolab_theme.
  • Updates the Doxygen config file to support version 1.9, which is consistent with that is used on readthedocs.com

Expected time until merged

No rush.

Type of change

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (non-backwards-compatible fix or feature)
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no API changes)
  • Documentation update
  • Maintenance update
  • Other (please describe)

Testing

Checklist

  • I have run ruff check and ruff format to make sure the Python code adheres to PEP-8 and is consistently formatted
  • I have formatted the Fortran code with fprettify or C/C++ code with clang-format as applicable
  • I have run unit and regression tests which pass locally with my changes
  • I have added new tests that prove my fix is effective or that my feature works
  • I have added necessary documentation

@eirikurj eirikurj requested a review from a team as a code owner October 31, 2025 13:48
@eirikurj eirikurj requested review from ArshSaja and anilyil October 31, 2025 13:48
@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 31, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 41.21%. Comparing base (b1ca667) to head (e79d460).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #395   +/-   ##
=======================================
  Coverage   41.21%   41.21%           
=======================================
  Files          13       13           
  Lines        4125     4125           
=======================================
  Hits         1700     1700           
  Misses       2425     2425           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sanjan98 sanjan98 merged commit 328d08f into main Feb 5, 2026
15 checks passed
@sanjan98 sanjan98 deleted the fixDoxygenDocs branch February 5, 2026 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants