Skip to content

Commit

Permalink
Add .readthedocs.yml config file (python-graphblas#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
jim22k authored Jul 9, 2022
1 parent 49d6e02 commit ef04764
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

sphinx:
configuration: docs/conf.py

conda:
environment: docs/env.yml
15 changes: 15 additions & 0 deletions docs/env.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: python-graphblas-docs
channels:
- conda-forge
dependencies:
- python=3.8
- graphblas
- matplotlib
- networkx
- pandas
- scipy
- pip
- pip:
- nbsphinx
- sphinx_panels
- pydata_sphinx_theme
2 changes: 1 addition & 1 deletion docs/user_guide/operators.rst
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Example usage with a thunk parameter:

Defined IndexUnary operators are:

**index** -- return the vector index
- **index** -- return the vector index
- **rowindex** -- return the matrix row index
- **colindex** -- return the matrix column index
- **diagindex** -- return the matrix diagonal index (i.e. column - row)
Expand Down

0 comments on commit ef04764

Please sign in to comment.