Jashcraf / poke

Poke (pronounced poh-keh) is a Polarization Ray Tracing and Gaussian Beamlet module for Python
BSD 3-Clause "New" or "Revised" License
33 stars 7 forks source link

API Docs Fix #91

Closed Jashcraf closed 1 year ago

Jashcraf commented 1 year ago

@kenjim21 just saw the fix on RTD! What ended up fixing the api reference?

kenjim21 commented 1 year ago

Couple of changes were made.

  1. Added the sphinx theme to the requirements and extension.
  2. Changed the absolute path from 'poke' to '..' which made the module poke visible for the auto summary construction.