Skip to content

Commit 5473ecf

Browse files
committed
add robot + sitemap
1 parent 744dab1 commit 5473ecf

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

docs/source/conf.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Jee Vang'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '3.0.7'
25+
release = '3.0.8'
2626

2727

2828
# -- General configuration ---------------------------------------------------
@@ -38,7 +38,8 @@
3838
'sphinx.ext.mathjax',
3939
'sphinx.ext.githubpages',
4040
'sphinxcontrib.bibtex',
41-
'sphinxcontrib.blockdiag'
41+
'sphinxcontrib.blockdiag',
42+
'sphinx_sitemap'
4243
]
4344

4445
# Add any paths that contain templates here, relative to this directory.

docs/source/robots.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
User-agent: *
2+
Allow: /
3+
Sitemap: https://py-pair.readthedocs.io/sitemap.xml

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='pypair',
8-
version='3.0.7',
8+
version='3.0.8',
99
author='Jee Vang',
1010
author_email='vangjee@gmail.com',
1111
packages=find_packages(exclude=('*.tests', '*.tests.*', 'tests.*', 'tests')),

0 commit comments

Comments
 (0)