Skip to content

Commit d9fd127

Browse files
committed
Sphinx refusing to build locally, maybe on read the docs
1 parent 71b1b9b commit d9fd127

File tree

212 files changed

+4517
-45006
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

212 files changed

+4517
-45006
lines changed

campyros/main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,10 @@
3131
import sys
3232
import json
3333
import requests
34-
import metpy.calc
3534
import os.path
3635
import time
3736
import numpy as np
3837
import pandas as pd
39-
from metpy.units import units
4038

4139
import scipy.interpolate as interpolate
4240
import scipy.misc

campyros/wind.py

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
import numpy as np
3232
import requests
3333
import numexpr as ne
34-
import metpy.calc
35-
from metpy.units import units
3634
import pandas as pd
3735

3836
from datetime import date
@@ -400,18 +398,13 @@ def load_data(self, lats, longs):
400398
.data
401399
)
402400
alt = (
403-
10
404-
* metpy.calc.geopotential_to_height(
405-
data[row_geo]
406-
.extract(
407-
iris.Constraint(
408-
latitude=lat, longitude=long, pressure=pres
409-
)
401+
data[row_geo]
402+
.extract(
403+
iris.Constraint(
404+
latitude=lat, longitude=long, pressure=pres
410405
)
411-
.data
412-
* units.m ** 2
413-
/ units.s ** 2
414-
).magnitude
406+
)
407+
.data
415408
)
416409
row = {
417410
"lat": lat,

docs/.nojekyll

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
SPHINXOPTS ?=
77
SPHINXBUILD ?= sphinx-build
88
SOURCEDIR = source
9-
BUILDDIR =.
9+
BUILDDIR = build
10+
1011
# Put it first so that "make" without argument is like "make help".
1112
help:
1213
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
7.23 KB
Binary file not shown.
3.04 KB
Binary file not shown.
22.5 KB
Binary file not shown.

docs/build/doctrees/index.doctree

4.75 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 8997a5f20f440d1b32d5571b25cc0cf8
3+
config: 505d63ed4f5b50875b75cf2e4a8823ae
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

0 commit comments

Comments
 (0)