mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Added sphinx documentation for the opm.simulators.BlackOilSimulator Python module. Added GitHub action workflow to deploy sphinx documentation to GitHub Pages.
21 lines
592 B
TOML
21 lines
592 B
TOML
[tool.poetry]
|
|
name = "opm-simulators-docs"
|
|
version = "0.1.0"
|
|
description = """Helper scripts for generating sphinx documentation for the \
|
|
opm-simulators Python bindings"""
|
|
authors = ["Håkon Hægland <hakon.hagland@gmail.com>"]
|
|
readme = "README.md"
|
|
packages = [{ include = "opm_simulators_docs", from = "src"}]
|
|
license = "GPL3"
|
|
repository = "https://github.com/OPM/opm-simulators"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
sphinx = "^7.2.5"
|
|
sphinx-rtd-theme = "^1.3.0"
|
|
click = "^8.1.7"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|