Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
speckle-tracking
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andrew James Morgan
speckle-tracking
Commits
72f206ba
Commit
72f206ba
authored
5 years ago
by
Andrew James Morgan
Browse files
Options
Downloads
Patches
Plain Diff
getting readthedocs working...
parent
7c473ba2
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.readthedocs.yml
+26
-0
26 additions, 0 deletions
.readthedocs.yml
docs/requirements.txt
+0
-6
0 additions, 6 deletions
docs/requirements.txt
environment.yml
+14
-0
14 additions, 0 deletions
environment.yml
with
40 additions
and
6 deletions
.readthedocs.yml
0 → 100644
+
26
−
0
View file @
72f206ba
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version
:
2
# Build documentation in the docs/ directory with Sphinx
sphinx
:
configuration
:
docs/conf.py
# Build documentation with MkDocs
#mkdocs:
# configuration: mkdocs.yml
# Optionally build your docs in additional formats such as PDF and ePub
formats
:
html
# Optionally set the version of Python and requirements required to build your docs
python
:
version
:
3.7
install
:
-
requirements
:
docs/requirements.txt
conda
:
environment
:
environment.yml
This diff is collapsed.
Click to expand it.
docs/requirements.txt
+
0
−
6
View file @
72f206ba
h5py
scipy
numpy
tqdm
pocl
pyopencl
This diff is collapsed.
Click to expand it.
environment.yml
0 → 100644
+
14
−
0
View file @
72f206ba
name
:
test3
channels
:
-
conda-forge
-
defaults
dependencies
:
-
pyqt
-
pyqtgraph
-
h5py
-
scipy
-
numpy
-
tqdm
-
pocl
-
pyopencl
-
pip
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment