Skip to content

Commit

Permalink
disable defaults until we've moved completely away from conda-forge d…
Browse files Browse the repository at this point in the history
…ependencies. the resolution is breaking server start up (#5)

Co-authored-by: Josh Burt <[email protected]>
  • Loading branch information
joshburt and joshburt authored Jan 30, 2023
1 parent e1e8953 commit 87a6338
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion anaconda-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ commands:
sphinx-build -b html docs/source docs/build
channels:
- defaults
- https://conda.anaconda.org/conda-forge/
- https://conda.anaconda.org/joshburt/

Expand Down
2 changes: 1 addition & 1 deletion docs/build/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 0f3969f1a27ed940d453e24f758db4dd
config: 62228689dfe0b3a344535e619d71d75f
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified docs/build/.doctrees/environment.pickle
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/build/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '0.7.2',
VERSION: '0.7.3',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
2 changes: 1 addition & 1 deletion docs/build/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Index &mdash; Anaconda MLFlow Tracking Server Pruning Service 0.7.2 documentation</title>
<title>Index &mdash; Anaconda MLFlow Tracking Server Pruning Service 0.7.3 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Anaconda MLFlow Tracking Server Pruning Service &mdash; Anaconda MLFlow Tracking Server Pruning Service 0.7.2 documentation</title>
<title>Anaconda MLFlow Tracking Server Pruning Service &mdash; Anaconda MLFlow Tracking Server Pruning Service 0.7.3 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/build/install_guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Install Guide &mdash; Anaconda MLFlow Tracking Server Pruning Service 0.7.2 documentation</title>
<title>Install Guide &mdash; Anaconda MLFlow Tracking Server Pruning Service 0.7.3 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/build/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Search &mdash; Anaconda MLFlow Tracking Server Pruning Service 0.7.2 documentation</title>
<title>Search &mdash; Anaconda MLFlow Tracking Server Pruning Service 0.7.3 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
project = "Anaconda MLFlow Tracking Server Pruning Service"
copyright = "Anaconda, Inc"
author = "Joshua C. Burt"
release = "0.7.2"
release = "0.7.3"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.7.2"
"version": "0.7.3"
}

0 comments on commit 87a6338

Please sign in to comment.