New submission from Windson Yang <wiwind...@outlook.com>:

I got two errors when I try to build python document with

    make venv
    make html

The first one is 

> Since v2.0, Sphinx uses "index" as master_doc by default. Please add 
> "master_doc = 'contents'" to your conf.py.

After fixing this one, the second one is 

> /Users/windson/learn/cpython/Doc/library/email.message.rst:4:duplicate object 
> description of email.message, other instance in 
> library/email.compat32-message, use :noindex: for one of them

----------
assignee: docs@python
components: Documentation
messages: 352034
nosy: Windson Yang, docs@python
priority: normal
severity: normal
status: open
title: Can' build document in Sphinx v2.2.0
type: crash
versions: Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38125>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to