Skip to content

Commit

Permalink
fix bug to build sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
Henley13 committed Jul 15, 2021
1 parent 8ab1e39 commit 43b60a6
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 13 deletions.
23 changes: 23 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
sphinx:
builder: html
configuration: docs/conf.py

# Optionally build your docs in additional formats such as PDF
formats:
- pdf

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.6
install:
- requirements: requirements_docs.txt
- method: pip
path: .
2 changes: 0 additions & 2 deletions docs/source/plot/plot_coordinate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ Single-cell plot

Function to visualize coordinate representation of individual cells:

* :func:`bigfish.plot.plot_cell`

.. autofunction:: plot_cell
2 changes: 0 additions & 2 deletions docs/source/plot/plot_image.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,4 @@ Plot quality measure of an image

Plot focus measures for a 3D image:

* :func:`bigfish.plot.plot_sharpness`

.. autofunction:: plot_sharpness
2 changes: 0 additions & 2 deletions docs/source/segmentation/nucleus.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,4 @@ Remove segmented nuclei
Remove segmented nucleus instances to perform a new segmentation on the
residual image:

* :func:`bigfish.segmentation.remove_segmented_nuc`

.. autofunction:: remove_segmented_nuc
7 changes: 0 additions & 7 deletions requirements_docs.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
numpy == 1.16.0
scikit-learn == 0.20.2
scikit-image == 0.14.2
scipy == 1.4.1
matplotlib == 3.0.2
pandas == 0.24.0
mrc == 0.1.5
sphinx == 3.3.1
numpydoc == 1.1.0
sphinx-rtd-theme == 0.5.0

0 comments on commit 43b60a6

Please sign in to comment.