Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
callumforrester committed Aug 12, 2024
1 parent 31a4e7e commit a31e8df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
from pathlib import Path
from subprocess import check_output

import requests

import htss_rig_bluesky
import requests

# -- General configuration ------------------------------------------------

Expand Down Expand Up @@ -64,6 +63,8 @@
("py:class", "htss_rig_bluesky.devices.SampleStage"),
("py:class", "SampleStage"),
("py:class", "htss_rig_bluesky.plans.detector.Roi"),
("py:class", "ophyd_async.epics.areadetector.aravis.AravisDetector"),
("py:class", "AravisDetector"),
("py:class", "NoneType"),
("py:class", "'str'"),
("py:class", "'float'"),
Expand Down

0 comments on commit a31e8df

Please sign in to comment.