Skip to content

Commit

Permalink
fix: ReadTheDocs documentation build (#24)
Browse files Browse the repository at this point in the history
* add: gcc and downgrade python to 3.7

* fix: docs plugin explanation

* fix: typo in docs
  • Loading branch information
FedericaBrando authored Mar 21, 2024
1 parent 9b7d354 commit 3155df7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ version: 2
build:
os: "ubuntu-22.04"
tools:
python: "3.12"
python: "3.7"
apt_packages:
- gcc

# Build from the docs/ directory with Sphinx
sphinx:
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/plugin_system.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ visualize how the different classes are connected and composed with **OpenVarian
|
As we have mentioned before, the plugin has to be present on the `annotation` file in order to be used. Custom plugins will be placed in the
folder where the environment variable `OPENVAR_PLUGIN` points (`/home/user/.local/openvariant/` by default).
folder where the environment variable :bash:`OPENVAR_PLUGIN` points (:bash:`/home/user/.local/share/openvariant/` by default).
The `Builder` will manage to find them and apply the data transformation.
Plugins will inherit `Context` and `Plugin` as base classes for each plugin. These classes are described as it follows:

Expand Down

0 comments on commit 3155df7

Please sign in to comment.