Open lmeyerov opened 1 year ago
hey I would love to work on this . Can you mark me the file location so that I can update the changes
I think just this guy: https://github.com/graphistry/pygraphistry/blob/master/.readthedocs.yml
Okay I'll look at it :)
I think we want to keep the sphinx
and target formats
in the current https://github.com/graphistry/pygraphistry/blob/master/.readthedocs.yml , and the current extra_requirements: ... dev
may take care of all the needed dependencies . So it might be a matter of trying and seeing what happens..
If helpful, dev
would pull in all these dependencies: https://github.com/graphistry/pygraphistry/blob/ebc63be22b10acdd86aabd0a0187178559a21f1d/setup.py#L59
I'll look at it :) , And I'm sorry for my late response , I was just waiting on slack , My bad
what do you say about this
# Read the Docs configuration file for Sphinx projects
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.10"
sphinx:
configuration: docs/conf.py
formats:
- pdf
- htmlzip
- epub
python:
install:
- requirements: docs/requirements.txt
- requirements: dev
Looks like we need to modify the readthedocs yml as per below: