Skip to content

Commit

Permalink
install sphinx_rtd_theme in .readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AtaJadidAhari committed Aug 7, 2024
1 parent f182fe3 commit 307b561
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ build:
os: ubuntu-22.04
tools:
python: "3.12"
jobs:
post_create_environment:
- pip install sphinx_rtd_theme

# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/source/conf.py
fail_on_warning: true
fail_on_warning: false

# Optionally build your docs in additional formats such as PDF and ePub
formats:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/prepare.rst
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ EXT-3R BLOOD_AS


Limiting FDR correction to subsets of genes of interest
------------------------------------
-------------------------------------------------------
In addition to returning transcriptome-wide results, DROP provides the option to
limit the FDR correction to user-provided genes of interest in the
``aberrantExpression`` and ``aberrantSplicing`` modules. These could, for example, be all
Expand Down

0 comments on commit 307b561

Please sign in to comment.