Skip to content

DOC : build isnt a valid argument to doc/make.py #14897

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rahulporuri opened this issue Dec 16, 2016 · 1 comment
Closed

DOC : build isnt a valid argument to doc/make.py #14897

rahulporuri opened this issue Dec 16, 2016 · 1 comment
Labels
Milestone

Comments

@rahulporuri
Copy link

Code Sample, a copy-pastable example if possible

python make.py build

Problem description

the docs - http://pandas.pydata.org/pandas-docs/stable/contributing.html#building-the-documentation mention that in order to do a full clean build, we will have to do

python make.py clean
python.make.py build

but the build option doesn't seem to be supported, because running the command
raises the error

Do not know how to handle build; valid args are ['all', 'latex', 'zip_html', 'latex_forced', 'upload_stable', 'build_pandas', 'upload_dev', 'upload_stable_pdf', 'upload_dev_pdf', 'auto_debug', 'html', 'clean', 'auto_dev']

Expected Output

Output of pd.show_versions()

INSTALLED VERSIONS

commit: None
python: 2.7.12.final.0
python-bits: 64
OS: Darwin
OS-release: 16.1.0
machine: x86_64
processor: i386
byteorder: little
LC_ALL: en_US.UTF-8
LANG: en_US.UTF-8
LOCALE: None.None

pandas: 0.19.0
nose: None
pip: 9.0.1
setuptools: 23.1.0
Cython: None
numpy: 1.10.4
scipy: None
statsmodels: None
xarray: None
IPython: 4.1.2
sphinx: 1.4.1
patsy: None
dateutil: 2.5.2
pytz: 2016.3
blosc: None
bottleneck: None
tables: None
numexpr: None
matplotlib: None
openpyxl: None
xlrd: None
xlwt: None
xlsxwriter: None
lxml: None
bs4: None
html5lib: None
httplib2: None
apiclient: None
sqlalchemy: None
pymysql: None
psycopg2: None
jinja2: 2.8
boto: None
pandas_datareader: None
None

@jreback
Copy link
Contributor

jreback commented Dec 16, 2016

this is already fixed in #14890

@jreback jreback closed this as completed Dec 16, 2016
@jreback jreback added the Docs label Dec 16, 2016
@jreback jreback added this to the 0.19.2 milestone Dec 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants