Uploaded image for project: 'Python Driver'
  1. Python Driver
  2. PYTHON-907

Pypi package missing doc files

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Trivial - P5 Trivial - P5
    • 3.0.1
    • Affects Version/s: 3.0
    • Component/s: Docs
    • Labels:

      As per Gentoo bug : https://bugs.gentoo.org/show_bug.cgi?id=546420

      We base our ebuild package on the pypi version of pymongo which lacks the necessary files to build the docs.

      Running Sphinx v1.3.1
      loading pickled environment... not yet created
      Theme error:
      no theme named 'pydoctheme' found (missing theme.conf?)

      This is the tree of the pypi package which lacks some files compared to the official repository :
      pymongo-3.0/doc/
      ├── api
      │   ├── bson
      │   │   ├── binary.rst
      │   │   ├── codec_options.rst
      │   │   ├── code.rst
      │   │   ├── dbref.rst
      │   │   ├── errors.rst
      │   │   ├── index.rst
      │   │   ├── json_util.rst
      │   │   ├── max_key.rst
      │   │   ├── min_key.rst
      │   │   ├── objectid.rst
      │   │   ├── regex.rst
      │   │   ├── son.rst
      │   │   ├── timestamp.rst
      │   │   └── tz_util.rst
      │   ├── gridfs
      │   │   ├── errors.rst
      │   │   ├── grid_file.rst
      │   │   └── index.rst
      │   ├── index.rst
      │   └── pymongo
      │   ├── bulk.rst
      │   ├── collection.rst
      │   ├── command_cursor.rst
      │   ├── cursor_manager.rst
      │   ├── cursor.rst
      │   ├── database.rst
      │   ├── errors.rst
      │   ├── index.rst
      │   ├── message.rst
      │   ├── mongo_client.rst
      │   ├── mongo_replica_set_client.rst
      │   ├── operations.rst
      │   ├── pool.rst
      │   ├── read_preferences.rst
      │   ├── results.rst
      │   ├── son_manipulator.rst
      │   ├── uri_parser.rst
      │   └── write_concern.rst
      ├── changelog.rst
      ├── conf.py
      ├── contributors.rst
      ├── examples
      │   ├── aggregation.rst
      │   ├── authentication.rst
      │   ├── bulk.rst
      │   ├── copydb.rst
      │   ├── custom_type.rst
      │   ├── geo.rst
      │   ├── gevent.rst
      │   ├── gridfs.rst
      │   ├── high_availability.rst
      │   ├── index.rst
      │   ├── mod_wsgi.rst
      │   └── tls.rst
      ├── faq.rst
      ├── index.rst
      ├── _init_.py
      ├── installation.rst
      ├── mongo_extensions.py
      ├── python3.rst
      ├── tools.rst
      └── tutorial.rst

            Assignee:
            bernie@mongodb.com Bernie Hackett
            Reporter:
            ultrabug Ultrabug
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: