Skip to content

Commit d4a788e

Browse files
committed
Added Travis PyPI password
1 parent 5714244 commit d4a788e

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
provider: pypi
4141
user: "DomDF"
4242
password:
43-
secure:
43+
secure: Mglss1fu/nKBPGlkljr4DboE0Kpg0GyzfjUktKfLhUKLwufNB5wzq9XH5ouKziUnAEkk+bs2Lhybqe1lRDslplbO2y27nDwBxzS3AJHCVzy936bpxW441IqtSrno8sELdjcCeQ1COEUp/pRZ8d5uDqECUzg14rKuRXGDX5FirCt2mKCyTt1f4dmTLbTV0MMNFrI+FI2FhdYbc2lRc+kEeVyjFa5NFBOBiQ47a4Sdsx+8mUPQ64a7Dsf5IKCTh3GSw3TlDldYMX/SVKLx/+V1gGU7NmNU3TzOswYuNR5/QP+L9a/TZUs2TRgIdlm1SNtnsIqXA9ybZymaKaXQjlbK3k+EOHOS2k/an1Q+bsmP1wCM2REw+IxZ9HoeAE3FqXg8JHZXcOULSDTzN7QAN7NmIOvZKie/PYx09zwbTqdynLHSDAn1b6EdPP5/uoR9i6i8oHVgagRWACrV7tkYlhMb4tGvSFe1ZR7qD5Y9m3YD2Cavn1Vowu7J2SI45UdKe4oapXuBkW8Ur7DwlR+92fQO0WSPI9AWY7V1aK6iTkkPq2nrqor1pfwHjMChl1loboD4QvelxSmwNee8IxTqc4KuCwvhTe5Cm3Fn7aFjDJnFtXutBL9M0WrDshidxVcd4tdqlFNtLiOCm3/32Tk5p5e+dzlTsVRYnIwYbdbPnP1nyzw=
4444
distributions: "sdist bdist_wheel"
4545
skip_existing: true

doc-source/conf.py

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
'sphinx_copybutton',
5151
'sphinxcontrib.default_values',
5252
'sphinxcontrib.toctree_plus',
53+
'seed_intersphinx_mapping',
5354
'sphinx_autodoc_typehints',
5455
]
5556

@@ -67,18 +68,11 @@
6768
pygments_style = 'default'
6869

6970
intersphinx_mapping = {
70-
'rtd': ('https://docs.readthedocs.io/en/latest/', None),
71-
'sphinx': ('https://www.sphinx-doc.org/en/stable/', None),
7271
'python': ('https://docs.python.org/3/', None),
73-
"NumPy": ('https://numpy.org/doc/stable/', None),
74-
"SciPy": ('https://docs.scipy.org/doc/scipy/reference', None),
75-
"Pandas": ('https://pandas.pydata.org/docs/', None),
76-
"matplotlib": ('https://matplotlib.org', None),
72+
'sphinx': ('https://www.sphinx-doc.org/en/stable/', None),
73+
'rtd': ('https://docs.readthedocs.io/en/latest/', None),
7774
"h5py": ('https://docs.h5py.org/en/latest/', None),
78-
"Sphinx": ('https://www.sphinx-doc.org/en/master/', None),
79-
"Django": ('https://docs.djangoproject.com/en/dev/', 'https://docs.djangoproject.com/en/dev/_objects/'),
8075
"sarge": ('https://sarge.readthedocs.io/en/latest/', None),
81-
"attrs": ('https://www.attrs.org/en/stable/', None),
8276
}
8377

8478
html_theme = 'domdf_sphinx_theme'

repo_helper.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ python_versions:
1919

2020
manifest_additional:
2121
- "include seed_intersphinx_mapping/fallback_mapping.json"
22+
23+
24+
travis_pypi_secure: "Mglss1fu/nKBPGlkljr4DboE0Kpg0GyzfjUktKfLhUKLwufNB5wzq9XH5ouKziUnAEkk+bs2Lhybqe1lRDslplbO2y27nDwBxzS3AJHCVzy936bpxW441IqtSrno8sELdjcCeQ1COEUp/pRZ8d5uDqECUzg14rKuRXGDX5FirCt2mKCyTt1f4dmTLbTV0MMNFrI+FI2FhdYbc2lRc+kEeVyjFa5NFBOBiQ47a4Sdsx+8mUPQ64a7Dsf5IKCTh3GSw3TlDldYMX/SVKLx/+V1gGU7NmNU3TzOswYuNR5/QP+L9a/TZUs2TRgIdlm1SNtnsIqXA9ybZymaKaXQjlbK3k+EOHOS2k/an1Q+bsmP1wCM2REw+IxZ9HoeAE3FqXg8JHZXcOULSDTzN7QAN7NmIOvZKie/PYx09zwbTqdynLHSDAn1b6EdPP5/uoR9i6i8oHVgagRWACrV7tkYlhMb4tGvSFe1ZR7qD5Y9m3YD2Cavn1Vowu7J2SI45UdKe4oapXuBkW8Ur7DwlR+92fQO0WSPI9AWY7V1aK6iTkkPq2nrqor1pfwHjMChl1loboD4QvelxSmwNee8IxTqc4KuCwvhTe5Cm3Fn7aFjDJnFtXutBL9M0WrDshidxVcd4tdqlFNtLiOCm3/32Tk5p5e+dzlTsVRYnIwYbdbPnP1nyzw="

0 commit comments

Comments
 (0)