Skip to content
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

Add docs build job #3157

Merged
merged 45 commits into from
Feb 28, 2023
Merged

Add docs build job #3157

merged 45 commits into from
Feb 28, 2023

Commits on Jan 19, 2023

  1. initial docs build draft

    AyodeAwe committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    a1ebed9 View commit details
    Browse the repository at this point in the history
  2. add dgl

    AyodeAwe committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    50b27ba View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. dgl

    AyodeAwe committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    1c8e795 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. dgl fix

    AyodeAwe committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    eeb3e17 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. pin sphinx

    AyodeAwe committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    bd9eb12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0531b18 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. fix typos

    AyodeAwe committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    9083ec2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b43932 View commit details
    Browse the repository at this point in the history
  3. update conda yaml

    AyodeAwe committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    fc28fce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be224af View commit details
    Browse the repository at this point in the history
  5. fix commit

    AyodeAwe committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    4fe5a46 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. log install cmd

    AyodeAwe committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    899f274 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. Configuration menu
    Copy the full SHA
    c5d5e9b View commit details
    Browse the repository at this point in the history
  2. add -W flag

    AyodeAwe committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    9c37bbb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43fff75 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. cast html_theme_path to list

    AyodeAwe committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    9e332c9 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    820fbc4 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Configuration menu
    Copy the full SHA
    42b9b56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad6cc26 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Configuration menu
    Copy the full SHA
    0d299a7 View commit details
    Browse the repository at this point in the history
  2. prevent nightly docs runs

    AyodeAwe committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    5bc74bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c14be0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e04a25c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2031345 View commit details
    Browse the repository at this point in the history
  6. remove conf.py imports

    According to the [`autodoc` documentation](https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html), `autodoc` will automatically import the modules to be documented.
    
    The CI docs building process will install the packages that were built in previous stages of the workflow and presumably `autodoc` will import those correctly, which means these lines are not needed.
    ajschmidt8 committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    a59089e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a88b1a0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f1d70dd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f689804 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    31bf955 View commit details
    Browse the repository at this point in the history
  11. fix copyright header

    ajschmidt8 committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    c93d31b View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

  1. rm dead doc import

    ajschmidt8 committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    ccc006a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d656d56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ef649b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    445c1ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb8b4c4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    10c37b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. rm redundancies

    AyodeAwe committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    2e5ac81 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    eecdc70 View commit details
    Browse the repository at this point in the history
  2. ignore flake warning

    AyodeAwe committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    baefd2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    166f29c View commit details
    Browse the repository at this point in the history
  4. Revert "ignore flake warning"

    This reverts commit baefd2b.
    AyodeAwe committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    434b1ba View commit details
    Browse the repository at this point in the history
  5. dgl.dataloading fix

    AyodeAwe committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    bbde5be View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. less verbosity

    AyodeAwe committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    7aa61c8 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    20a0eab View commit details
    Browse the repository at this point in the history
  2. rm set cmds

    AyodeAwe committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    9531f96 View commit details
    Browse the repository at this point in the history