Skip to content

Commit 2a4db5a

Browse files
authored
Merge pull request #72 from dihm/fix_docs_build
Fix docs build
2 parents 5790aa5 + 5bc4cf6 commit 2a4db5a

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@
7373
intersphinx_mapping = {
7474
'python': ('https://docs.python.org/3/', None),
7575
'numpy': ('https://numpy.org/doc/stable/', None),
76-
'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None),
76+
'scipy': ('https://docs.scipy.org/doc/scipy/', None),
7777
'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None),
7878
'qtutils': ('https://qtutils.readthedocs.io/en/stable/', None),
7979
'pyqtgraph': (
8080
'https://pyqtgraph.readthedocs.io/en/latest/',
8181
None,
8282
), # change to stable once v0.11 is published
83-
'matplotlib': ('https://matplotlib.org/', None),
84-
'h5py': ('http://docs.h5py.org/en/stable/', None),
83+
'matplotlib': ('https://matplotlib.org/stable/', None),
84+
'h5py': ('https://docs.h5py.org/en/stable/', None),
8585
'pydaqmx': ('https://pythonhosted.org/PyDAQmx/', None),
8686
'qt': (
8787
'',

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
[build-system]
22
requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=4.1.0"]
33
build-backend = "setuptools.build_meta"
4-
5-
[tool.setuptools_scm]
6-
version_scheme = "release-branch-semver"
7-
local_scheme = "node-and-date"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spincore = spinapi
4242
nidaqmx = PyDAQmx
4343
nivision = PyNIVision
4444
docs =
45-
Sphinx==3.5.3
45+
Sphinx==4.4.0
4646
sphinx-rtd-theme==0.5.2
4747
recommonmark==0.6.0
4848
m2r==0.2.1

setup.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
import os
12
from setuptools import setup
23

3-
setup()
4+
VERSION_SCHEME = {
5+
"version_scheme": "release-branch-semver",
6+
"local_scheme": os.getenv("SCM_LOCAL_SCHEME", "node-and-date"),
7+
}
8+
9+
setup(use_scm_version=VERSION_SCHEME)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy