Skip to content
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

Fix doc link and parallelize doc build #825

Merged
merged 2 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/fmudataio-documention.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: sh examples/run_examples.sh

- name: Build documentation
run: sphinx-build -b html docs/src build/docs/html
run: sphinx-build -b html docs/src build/docs/html -j auto

- name: Update GitHub pages
if: github.repository_owner == 'equinor' && github.ref == 'refs/heads/main'
Expand Down
2 changes: 1 addition & 1 deletion docs/src/datamodel/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ key questions you may have along the way.
**My existing FMU workflow does not produce any metadata. Now I am told that it has to. What do I do?**
First step: Start using fmu-dataio in your workflow. You will get a lot for free using it, amongst
other things, metadata will start to appear from your workflow. To get started with fmu-dataio,
see `the overview section <overview.html>`__.
see :doc:`the overview section <../overview>`.

**This data model is not what I would have chosen. How can I change it?**
The FMU community (almost always) builds what the FMU community wants. The first step
Expand Down