home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 561270215

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions performed_via_github_app issue
https://github.com/pydata/xarray/issues/3567#issuecomment-561270215 https://api.github.com/repos/pydata/xarray/issues/3567 561270215 MDEyOklzc3VlQ29tbWVudDU2MTI3MDIxNQ== 14808389 2019-12-03T17:22:30Z 2019-12-03T17:47:12Z MEMBER

It seems we can solve this by setting setup_py_install: false and adding these lines to conf.py: ```python import os import pathlib import sys

root = pathlib.Path(file).parent.parent.absolute() os.environ["PYTHONPATH"] = str(root) sys.path.insert(0, str(root)) `` what confuses me is that thenbsphinx` documentation does not mention this trick.

Edit: I asked the nbsphinx developers about this, let's see what they think.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  527755536
Powered by Datasette · Queries took 4.345ms · About: xarray-datasette