opm-simulators/python/sphinx_docs
Arne Morten Kvarving 1f92effa27
Merge pull request #5456 from OPM/dependabot/pip/python/sphinx_docs/jinja2-3.1.4
Bump jinja2 from 3.1.3 to 3.1.4 in /python/sphinx_docs
2024-07-01 13:39:57 +02:00
..
docs Use the module sphinx-versioned-docs 2024-05-14 09:00:58 +02:00
src/opm_simulators_docs Added sphinx documentation for Python bindings 2024-05-14 09:00:52 +02:00
Makefile Use the module sphinx-versioned-docs 2024-05-14 09:00:58 +02:00
poetry.lock Merge pull request #5456 from OPM/dependabot/pip/python/sphinx_docs/jinja2-3.1.4 2024-07-01 13:39:57 +02:00
pyproject.toml Use the module sphinx-versioned-docs 2024-05-14 09:00:58 +02:00
README.md Added sphinx documentation for Python bindings 2024-05-14 09:00:52 +02:00

Python scripts for building opm-simulators sphinx documentation

Installation of the python scripts

  • Requires python3 >= 3.10

Using poetry

For development it is recommended to use poetry:

$ poetry install
$ poetry shell

Installation into virtual environment

If you do not plan to change the code, you can do a regular installation into a VENV:

$ python -m venv .venv
$ source .venv/bin/activate
$ pip install .