]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

float python in doc build
authorCarol Willing <carolcode@willingconsulting.com>
Fri, 30 Mar 2018 10:17:44 +0000 (06:17 -0400)
committerCarol Willing <carolcode@willingconsulting.com>
Fri, 30 Mar 2018 10:17:44 +0000 (06:17 -0400)
docs/environment.yml

index 4e3aa00fe2873b456f6cdd0b19d8a1dd8013f901..a60f92c2e8e42f573ffeb6a0468d95bf02d816b3 100644 (file)
@@ -2,8 +2,8 @@ name: black_docs
 channels:
   - conda-forge
 dependencies:
-- python==3.6
+- python>=3.6
 - Sphinx==1.7.2
 - pip:
   - recommonmark==0.4.0
-  - git+https://git@github.com/ambv/black.git
\ No newline at end of file
+  - git+https://git@github.com/ambv/black.git