Skip to content
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
15 changes: 4 additions & 11 deletions .github/workflows/update-from-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,20 +86,13 @@ jobs:
echo "Proto files downloaded:"
ls -la docs/proto/

- name: Generate Protocol Buffer documentation
run: |
cd docs/source
python generate_protobuf_docs.py --config proto_docs_config.json

- name: Create Read the Docs Python examples
run: |
cd docs/source
python create_python_examples.py

# ProtobufStructures.rst, the class/enum index and the Python example
# pages are generated at Sphinx build time (docs/source/conf.py), so this
# workflow only ships the updated rips package and .proto files.
- uses: peter-evans/create-pull-request@v8
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "Update rips module, proto files, and Python examples"
commit-message: "Update rips module and proto files"
title: "Automated updates from ResInsight repository"
branch: artifact-update-rips
branch-suffix: random
11 changes: 10 additions & 1 deletion docs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
__pycache__
*.pyi
build
_build
.vscode
api
venv
venv

# Generated at Sphinx build time by conf.py (see run_doc_generators).
# Inputs (docs/rips, docs/proto) are tracked; these RST outputs are not.
source/GeneratedClasses.rst
source/EnumClasses.rst
source/ProtobufStructures.rst
source/PythonExamples*.rst
source/api_categories/
246 changes: 0 additions & 246 deletions docs/source/EnumClasses.rst

This file was deleted.

47 changes: 0 additions & 47 deletions docs/source/GeneratedClasses.rst

This file was deleted.

Loading