Skip to content

Merge changes from shared docs repo #862

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Conversation

gcapes
Copy link
Collaborator

@gcapes gcapes commented Jul 22, 2025

Fix #861

However, I noticed that the hpcflow package name is dislayed as hpcflow.app rather thanhpcflow. This is different to the matflow docs, and indeed the command line application is called hpcflow rather than hpcflow.app.

This name is set in config.jsonc, but updating package to hcpflow breaks the build:

$ make html
Running Sphinx v7.4.7

Configuration error:
There is a programmable error in your configuration file:

Traceback (most recent call last):
  File "/home/mbexegc2/projects/lightform/hpcflow-new/.venv/lib/python3.12/site-packages/sphinx/config.py", line 529, in eval_config_file
    exec(code, namespace)  # NoQA: S102
    ^^^^^^^^^^^^^^^^^^^^^
  File "/home/mbexegc2/projects/lightform/hpcflow-new/docs/source/conf.py", line 213, in <module>
    release = app.version
              ^^^^^^^^^^^
AttributeError: module 'hpcflow' has no attribute 'version'. Did you mean: '_version'?

make: *** [Makefile:20: html] Error 2

MatFlow doesn't have this problem. @aplowman could you advise how to fix this?

@gcapes gcapes requested a review from aplowman July 22, 2025 14:33
@gcapes gcapes requested a review from a team as a code owner July 22, 2025 14:33
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.

Sync docs with shared docs repo
2 participants