File: conf.py

package info (click to toggle)
astropy-helpers 3.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 316 kB
  • sloc: python: 2,196; ansic: 88; makefile: 11
file content (5 lines) | stat: -rw-r--r-- 156 bytes parent folder | download | duplicates (13)
1
2
3
4
5
import warnings

from sphinx_astropy.conf import * 

warnings.warn("Note that astropy_helpers.sphinx.conf is deprecated - use sphinx_astropy.conf instead")